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

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

17 Jan 2024 05:37AM UTC coverage: 96.97%. Remained the same
7551552066

Pull #56

github

web-flow
chore(deps): bump xml2js and aws-sdk

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) and [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies needed to be updated together.

Updates `xml2js` from 0.4.19 to 0.5.0
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0)

Updates `aws-sdk` from 2.1095.0 to 2.1537.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1095.0...v2.1537.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: aws-sdk
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #56: chore(deps): bump xml2js and aws-sdk

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