Socket
Socket
Sign inDemoInstall

twilio

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

16

package.json
{
"name": "twilio",
"description": "A Twilio helper library",
"version": "4.0.0",
"version": "4.0.1",
"author": "API Team <api@twilio.com>",

@@ -58,6 +58,6 @@ "contributors": [

"test:typescript": "tsc --noEmit",
"jshint": "jshint lib/rest/** lib/base/** lib/http/**",
"jscs": "eslint lib/base/**/**.js lib/http/**/**.js --fix",
"jshint": "jshint src/rest/** src/base/** src/http/**",
"jscs": "eslint src/base/**/**.js src/http/**/**.js --fix",
"prepublish": "npm run build",
"build": "tsc && cp package.json dist/",
"build": "tsc",
"check": "npm run jshint && npm run jscs",

@@ -70,9 +70,9 @@ "ci": "npm run test && npm run nsp && npm run prettier-check",

"webhook-test": "jest ./webhook_cluster_test.spec.ts --coverage",
"typedoc": "typedoc --entryPointStrategy expand lib --out docs --logLevel Error"
"typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
},
"files": [
"dist"
"list"
],
"main": "./dist/lib",
"types": "./dist/index.d.ts",
"main": "./lib",
"types": "./index.d.ts",
"engines": {

@@ -79,0 +79,0 @@ "node": ">=14.0"

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