Socket
Socket
Sign inDemoInstall

@twilio/notifications

Package Overview
Dependencies
13
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4-rc.0 to 1.0.4-rc.1

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [1.0.4-rc.1](https://github.com/twilio/twilio-notifications.js/compare/@twilio/notifications@1.0.4-rc.0...@twilio/notifications@1.0.4-rc.1) (2021-11-09)
### Bug Fixes
* Fix the post-install script to be runnable cross-platform ([a16eede](https://github.com/twilio/twilio-notifications.js/commit/a16eede598dd3dbdda1997fbd2033fa2254f113f))
### [1.0.4-rc.0](https://github.com/twilio/twilio-notifications.js/compare/@twilio/notifications@1.0.3...@twilio/notifications@1.0.4-rc.0) (2021-10-26)

@@ -8,0 +17,0 @@

10

package.json
{
"name": "@twilio/notifications",
"version": "1.0.4-rc.0",
"version": "1.0.4-rc.1",
"description": "Client library for Twilio Notifications service",

@@ -38,11 +38,11 @@ "author": "Twilio",

"precommit": "yarn lint && yarn test:unit && yarn test:integration",
"postinstall": "if [ -f ./dist/post-install.js ]; then node ./dist/post-install.js; fi"
"postinstall": "node -e \"if (require('fs').existsSync('./dist/post-install.js')) require('./dist/post-install.js');\""
},
"dependencies": {
"@babel/runtime": "^7.14.5",
"@twilio/declarative-type-validator": "^0.1.10-rc.0",
"@twilio/operation-retrier": "^4.0.6-rc.0",
"@twilio/declarative-type-validator": "^0.1.10-rc.1",
"@twilio/operation-retrier": "^4.0.6-rc.1",
"core-js": "^3.17.3",
"loglevel": "^1.6.3",
"twilsock": "^0.12.1-rc.0"
"twilsock": "^0.12.1-rc.1"
},

@@ -49,0 +49,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc