Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/twilio

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/twilio - npm Package Compare versions

Comparing version 0.0.10 to 2.11.0

8

twilio/index.d.ts

@@ -1,4 +0,6 @@

// Type definitions for twilio
// Type definitions for twilio 2.11
// Project: https://github.com/twilio/twilio-node
// Definitions by: nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener>
// Definitions by: nickiannone <https://github.com/nickiannone>
// Ashley Brener <https://github.com/ashleybrener>
// Anthony Messerschmidt <https://github.com/CatGuardian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -54,3 +56,3 @@ // TypeScript Version: 2.3

export interface RequestCallback { (err: any, data: any, response: Http.IncomingMessage): void; }
export interface RequestCallback { (err: any, data: any): void; }

@@ -57,0 +59,0 @@ export interface RestMethod {

{
"name": "@types/twilio",
"version": "0.0.10",
"version": "2.11.0",
"description": "TypeScript definitions for twilio",

@@ -16,17 +16,24 @@ "license": "MIT",

"githubUsername": "ashleybrener"
},
{
"name": "Anthony Messerschmidt",
"url": "https://github.com/CatGuardian",
"githubUsername": "CatGuardian"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/twilio"
},
"scripts": {},
"dependencies": {
"@types/q": "^0",
"@types/express": "*",
"@types/node": "*"
"@types/node": "*",
"@types/q": "^0"
},
"typesPublisherContentHash": "bb17ed3ad907f8e0095d325c6ac9c70c87742f13059c646bbafaca4bd77f3e9c",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "7362e084cbc7acf59947132234acad55377d9b1d2681674c0bf83b378e3ccc65",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twilio
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/twilio.
Additional Details
* Last updated: Thu, 27 Sep 2018 12:34:31 GMT
* Dependencies: q, express, http, node
### Additional Details
* Last updated: Fri, 20 Dec 2019 07:06:55 GMT
* Dependencies: [@types/q](https://npmjs.com/package/@types/q), [@types/express](https://npmjs.com/package/@types/express), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener>.
These definitions were written by nickiannone (https://github.com/nickiannone), Ashley Brener (https://github.com/ashleybrener), and Anthony Messerschmidt (https://github.com/CatGuardian).
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