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-rc.1 to 4.0.0-rc.2

dist/index.d.ts

13

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

@@ -57,3 +57,4 @@ "contributors": [

"jscs": "eslint lib/base/**/**.js lib/http/**/**.js --fix",
"build": "tsc",
"prepublish": "npm run build",
"build": "tsc || true && cp package.json dist/",
"check": "npm run jshint && npm run jscs",

@@ -69,8 +70,6 @@ "ci": "npm run test && npm run nsp && npm run prettier-check",

"files": [
"lib",
"index.js",
"index.d.ts"
"dist"
],
"main": "./lib",
"types": "./index.d.ts",
"main": "./dist/lib",
"types": "./dist/index.d.ts",
"engines": {

@@ -77,0 +76,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