• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ringcentral / google-forms-notification-add-in / 7551558114

17 Jan 2024 05:38AM UTC coverage: 96.97%. Remained the same
7551558114

Pull #47

github

web-flow
chore(deps-dev): bump the npm_and_yarn group group with 2 updates

Bumps the npm_and_yarn group group with 2 updates: [babel-loader](https://github.com/babel/babel-loader) and [json5](https://github.com/json5/json5).


Updates `babel-loader` from 8.2.3 to 9.1.3
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.3...v9.1.3)

Updates `json5` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: json5
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #47: chore(deps-dev): bump the npm_and_yarn group group with 2 updates

223 of 239 branches covered (0.0%)

Branch coverage included in aggregate %.

641 of 652 relevant lines covered (98.31%)

14.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/server/lib/constants.js
1
const route = {
5✔
2
  forClient: {
3
    CLIENT_SETUP: '/setup',
4
    SUBSCRIBE: '/subscribe',
5
    OPEN_AUTH_PAGE: '/open-auth-page',
6
    GET_USER_INFO: '/get-user-info',
7
    GENERATE_TOKEN: '/generate-token',
8
    REVOKE_TOKEN: '/revoke-token',
9
    GET_FORM_DATA: '/get-form-data',
10
  },
11
  forThirdParty: {
12
    AUTH_CALLBACK: '/oauth-callback',
13
    NOTIFICATION: '/notification',
14
    INTERACTIVE_MESSAGE: '/interactive-messages',
15
  }
16
}
17

18
const icon = {
5✔
19
  LOGO: 'https://raw.githubusercontent.com/ringcentral/google-forms-notification-add-in/main/icons/logo.png',
20
};
21

22
exports.route = route;
5✔
23
exports.icon = icon;
5✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc