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

producteca-sdk

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

producteca-sdk - npm Package Compare versions

Comparing version 4.0.1 to 5.0.1

9

build/client.js

@@ -9,3 +9,3 @@ (function() {

request = Promise.promisify(require("request"));
request = require("request-promise");

@@ -73,8 +73,3 @@ module.exports = Client = (function() {

}
return request(options).then(function(res) {
if (res.statusCode >= 400) {
throw res.body;
}
return res.body;
});
return request(options).promise();
};

@@ -81,0 +76,0 @@

@@ -8,3 +8,3 @@ {

},
"version": "4.0.1",
"version": "5.0.1",
"main": "build/sdk.js",

@@ -16,3 +16,4 @@ "dependencies": {

"q": "~1.0.1",
"request": "^2.72.0"
"request": "^2.83.0",
"request-promise": "^4.2.2"
},

@@ -19,0 +20,0 @@ "devDependencies": {

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