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.2 to 0.0.3

9

twilio/package.json
{
"name": "@types/twilio",
"version": "0.0.2",
"version": "0.0.3",
"description": "TypeScript definitions for twilio",

@@ -14,6 +14,7 @@ "license": "MIT",

"dependencies": {
"@types/express": "4.0.*",
"@types/q": "0.0.*"
"@types/express": "*",
"@types/q": "*"
},
"typings": "twilio.d.ts"
"typings": "twilio.d.ts",
"typesPublisherContentHash": "5f24450153bf52c822937bab84030bd6718f8366040e56b2c085a7f01c1d0210"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:11 GMT
* Last updated: Mon, 12 Sep 2016 17:13:58 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -8,3 +8,3 @@ // Type definitions for twilio

/// <reference types="node" />
/// <reference path="../q/Q.d.ts" />
/// <reference path="../q/index.d.ts" />

@@ -14,3 +14,3 @@ import * as express from 'express';

import q = require('q');
import Q = require('q');

@@ -877,2 +877,2 @@ export interface twilio {

}
}

@@ -26,3 +26,3 @@ {

"hasPackageJson": false,
"contentHash": "831c72486a956a05f1c1737d25caeadb95908252237ada98c3ff413e3502afe5"
"contentHash": "5f24450153bf52c822937bab84030bd6718f8366040e56b2c085a7f01c1d0210"
}
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