Socket
Socket
Sign inDemoInstall

twilio-chat

Package Overview
Dependencies
18
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.1 to 5.0.2-rc2

lib/channel.d.ts

8

package.json
{
"name": "twilio-chat",
"version": "5.0.1",
"version": "5.0.2-rc2",
"description": "Twilio Chat service client library",

@@ -15,2 +15,3 @@ "main": "./dist/lib.js",

"dist/**/*.map",
"lib/**/*.d.ts",
"README.md",

@@ -20,3 +21,3 @@ "LICENSE"

"scripts": {
"clean": "rm -rf ./coverage ./dist",
"clean": "rm -rf ./coverage ./dist ./lib",
"lint": "npx tslint -p ./tslint.json",

@@ -29,3 +30,4 @@ "test:unit": "env FORCE_COLOR=1 NODE_ENV=test npx nyc --report-dir coverage/unit ./node_modules/mocha/bin/mocha test/unit/index.ts",

"docs": "npx jsdoc@3.5.5 -c ./jsdoc.json && npx ts-node docs-postprocess.ts",
"ci": "yarn clean && yarn lint && yarn build && yarn sourceMapReport:html && yarn sourceMapReport:json && yarn docs"
"legacyTypes": "npx tsc src/**/*.ts --emitDeclarationOnly --declaration --outDir lib --module CommonJS --noImplicitAny false --experimentalDecorators --target es2017 --lib es7 --lib dom --resolveJsonModule && mv ./lib/src/** ./lib/ && rm -rf ./lib/src",
"ci": "yarn clean && yarn lint && yarn build && yarn legacyTypes && yarn sourceMapReport:html && yarn sourceMapReport:json && yarn docs"
},

@@ -32,0 +34,0 @@ "dependencies": {

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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 too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc