Socket
Socket
Sign inDemoInstall

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 to 3.0.7-rc.0

NOTICE.txt

8

CHANGELOG.md

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

### [3.0.7-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.6...twilio-sync@3.0.7-rc.0) (2022-01-28)
**Note:** Version bump only for package twilio-sync
### [3.0.6](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-sync@3.0.6-rc.6...twilio-sync@3.0.6) (2021-11-25)

@@ -8,0 +16,0 @@

2

dist/packages/sync/package.json.js

@@ -105,5 +105,5 @@ /*

var version = "3.0.6";
var version = "3.0.7-rc.0";
exports.version = version;
//# sourceMappingURL=package.json.js.map
{
"name": "twilio-sync",
"version": "3.0.6",
"version": "3.0.7-rc.0",
"description": "Twilio Sync client library",

@@ -18,3 +18,4 @@ "main": "./builds/lib.js",

"README.md",
"LICENSE"
"LICENSE",
"NOTICE.txt"
],

@@ -29,4 +30,4 @@ "scripts": {

"ssri": "yarn ssri:bundle && yarn ssri:min",
"ssri:bundle": "openssl dgst -sha256 -binary ./builds/twilio-sync.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-sync.sri",
"ssri:min": "openssl dgst -sha256 -binary ./builds/twilio-sync.min.js | openssl base64 -A | (printf \"sha256-\" && cat) > ./builds/twilio-sync.min.sri",
"ssri:bundle": "openssl dgst -sha256 -binary ./builds/twilio-sync.js | openssl base64 -A | (printf \"sha256-\" && cat) | tee ./builds/twilio-sync.sri",
"ssri:min": "openssl dgst -sha256 -binary ./builds/twilio-sync.min.js | openssl base64 -A | (printf \"sha256-\" && cat) | tee ./builds/twilio-sync.min.sri",
"sourceMapReport:html": "npx source-map-explorer@2.5.2 ./builds/lib.js --html ./builds/lib.report.html --no-border-checks",

@@ -40,4 +41,4 @@ "sourceMapReport:json": "npx source-map-explorer@2.5.2 ./builds/lib.js --json ./builds/lib.report.json --no-border-checks",

"@babel/runtime": "^7.14.5",
"@twilio/declarative-type-validator": "^0.1.10",
"@twilio/operation-retrier": "^4.0.6",
"@twilio/declarative-type-validator": "^0.1.11-rc.0",
"@twilio/operation-retrier": "^4.0.7-rc.0",
"core-js": "^3.17.3",

@@ -47,3 +48,3 @@ "iso8601-duration": "=1.2.0",

"platform": "^1.3.6",
"twilsock": "^0.12.1",
"twilsock": "^0.12.2-rc.0",
"uuid": "^3.4.0"

@@ -93,2 +94,3 @@ },

"rollup": "^2.51.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-polyfill-node": "^0.6.2",

@@ -95,0 +97,0 @@ "rollup-plugin-terser": "^7.0.2",

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