Socket
Socket
Sign inDemoInstall

@types/request-promise

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/request-promise - npm Package Compare versions

Comparing version 4.1.37 to 4.1.38

2

request-promise/errors.d.ts

@@ -1,2 +0,2 @@

import rp = require('request-promise');
import rp = require('.');
import http = require('http');

@@ -3,0 +3,0 @@

@@ -9,3 +9,3 @@ // Type definitions for request-promise 4.1

import http = require('http');
import errors = require('request-promise/errors');
import errors = require('./errors');
import Promise = require('bluebird');

@@ -12,0 +12,0 @@

{
"name": "@types/request-promise",
"version": "4.1.37",
"version": "4.1.38",
"description": "TypeScript definitions for request-promise",

@@ -9,11 +9,14 @@ "license": "MIT",

"name": "Christopher Glantschnig",
"url": "https://github.com/cglantschnig"
"url": "https://github.com/cglantschnig",
"githubUsername": "cglantschnig"
},
{
"name": "Joe Skeen",
"url": "https://github.com/joeskeen"
"url": "https://github.com/joeskeen",
"githubUsername": "joeskeen"
},
{
"name": "Aya Morisawa",
"url": "https://github.com/AyaMorisawa"
"url": "https://github.com/AyaMorisawa",
"githubUsername": "AyaMorisawa"
}

@@ -31,4 +34,4 @@ ],

},
"typesPublisherContentHash": "657d2951db68b34db52129e5d042f1f0f77f556f9cb92566856c62936d832b8a",
"typesPublisherContentHash": "d6b1302cd92412083b0aea6a783ac793d627125fd78b9d2eded1a9d221296378",
"typeScriptVersion": "2.3"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Dependencies: http, request, bluebird
* Last updated: Tue, 26 Sep 2017 18:20:22 GMT
* Dependencies: request, http, bluebird
* Global values: none

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