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.6 to 0.0.7

6

twilio/index.d.ts
// Type definitions for twilio
// Project: https://github.com/twilio/twilio-node
// Definitions by: nickiannone <https://github.com/nickiannone>
// Definitions by: nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -14,5 +14,7 @@

declare interface twilio {
(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient;
(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient
}
declare function twilio(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient;
declare namespace twilio {

@@ -19,0 +21,0 @@

{
"name": "@types/twilio",
"version": "0.0.6",
"version": "0.0.7",
"description": "TypeScript definitions for twilio",
"license": "MIT",
"author": "nickiannone <https://github.com/nickiannone>",
"contributors": [
{
"name": "nickiannone",
"url": "https://github.com/nickiannone"
},
{
"name": "Ashley Brener",
"url": "https://github.com/ashleybrener"
}
],
"main": "",

@@ -19,4 +28,4 @@ "repository": {

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "aa2c58cf358674c409497177189977d4778eac2f7dc1b7debd5ec50e70bf5e9d"
"typesPublisherContentHash": "6e413f31b6c22c7628e984012a7ed7f08d2118c1be3ce986830cc4b7e6737352",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/twilio
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/twilio
Additional Details
* Last updated: Mon, 07 Nov 2016 13:51:30 GMT
* File structure: ProperModule
* Library Dependencies: express, node, q
* Module Dependencies: express, http, q
* Global values: twilio
* Last updated: Sat, 11 Mar 2017 01:36:05 GMT
* Dependencies: express, http, q, node
* Global values: none
# Credits
These definitions were written by nickiannone <https://github.com/nickiannone>.
These definitions were written by nickiannone <https://github.com/nickiannone>, Ashley Brener <https://github.com/ashleybrener>.
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