Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twilio-sync

Package Overview
Dependencies
Maintainers
1
Versions
608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-sync - npm Package Compare versions

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

10

CHANGELOG.md

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

### [3.0.6-rc.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.6-rc.0...twilio-sync@3.0.6-rc.1) (2021-11-09)
### Bug Fixes
* Fix argument typing for Sync maps ([d16c645](https://github.com/twilio/rtd-sdk-monorepo-js/commit/d16c64554e47f8b3b53376ce14c77f46d8dff029))
* Fix the post-install script to be runnable cross-platform ([a16eede](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a16eede598dd3dbdda1997fbd2033fa2254f113f))
### [3.0.6-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.5...twilio-sync@3.0.6-rc.0) (2021-10-26)

@@ -8,0 +18,0 @@

10

package.json
{
"name": "twilio-sync",
"version": "3.0.6-rc.0",
"version": "3.0.6-rc.1",
"description": "Twilio Sync client library",

@@ -34,8 +34,8 @@ "main": "./dist/lib.js",

"precommit": "yarn lint:fix && 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",

@@ -45,3 +45,3 @@ "iso8601-duration": "=1.2.0",

"platform": "^1.3.6",
"twilsock": "^0.12.1-rc.0",
"twilsock": "^0.12.1-rc.1",
"uuid": "^3.3.2"

@@ -48,0 +48,0 @@ },

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc