Socket
Socket
Sign inDemoInstall

twilio-chat

Package Overview
Dependencies
20
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0-rc.12 to 6.0.0-rc.14

16

CHANGELOG.md

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

## [6.0.0-rc.14](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-chat@6.0.0-rc.13...twilio-chat@6.0.0-rc.14) (2021-09-12)
**Note:** Version bump only for package twilio-chat
## [6.0.0-rc.13](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-chat@6.0.0-rc.12...twilio-chat@6.0.0-rc.13) (2021-09-12)
**Note:** Version bump only for package twilio-chat
## [6.0.0-rc.12](https://github.com/twilio/rtd-sdk-monorepo-js/compare/twilio-chat@6.0.0-rc.10...twilio-chat@6.0.0-rc.12) (2021-09-12)

@@ -8,0 +24,0 @@

@@ -0,4 +1,14 @@

// Return if monorepo install.
try {
const monorepoPackageJson = require("../../../package.json");
if (monorepoPackageJson.name === "root") {
return;
}
} catch {}
const pkgJsonPath = require.main.paths[0].split("node_modules")[0] + "package.json";
const json = require(pkgJsonPath);
const packageJson = require("../package.json");
const monorepoPackageJson = require('../../../package.json')

@@ -5,0 +15,0 @@ if (typeof json?.dependencies?.["react-native"] !== "undefined") {

16

package.json
{
"name": "twilio-chat",
"version": "6.0.0-rc.12",
"version": "6.0.0-rc.14",
"description": "Twilio Chat service client library",

@@ -32,10 +32,10 @@ "main": "./dist/lib.js",

"precommit": "yarn lint:fix && yarn test:unit && yarn test:integration",
"postprepare": "node ./dist/postinstall.js"
"postinstall": "if [ -f ./dist/postinstall.js ]; then node ./dist/postinstall.js; fi"
},
"dependencies": {
"@babel/runtime": "^7.14.5",
"@twilio/declarative-type-validator": "^0.1.9-rc.3",
"@twilio/mcs-client": "^0.5.1-rc.6",
"@twilio/notifications": "^1.0.3-rc.12",
"@twilio/operation-retrier": "^4.0.5-rc.5",
"@twilio/declarative-type-validator": "^0.1.9-rc.5",
"@twilio/mcs-client": "^0.5.1-rc.8",
"@twilio/notifications": "^1.0.3-rc.14",
"@twilio/operation-retrier": "^4.0.5-rc.7",
"core-js": "^3.17.3",

@@ -46,4 +46,4 @@ "iso8601-duration": "=1.2.0",

"rfc6902": "^3.0.2",
"twilio-sync": "^3.0.5-rc.12",
"twilsock": "^0.11.6-rc.12",
"twilio-sync": "^3.0.5-rc.14",
"twilsock": "^0.11.6-rc.14",
"uuid": "^3.4.0"

@@ -50,0 +50,0 @@ },

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

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