New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

producteca-sdk

Package Overview
Dependencies
Maintainers
5
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 3.1.0 to 3.1.1

18

build/oauthApi.js
(function() {
var BODY, OAuthApi, Promise, request,
var OAuthApi, Promise, request,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };

@@ -7,8 +7,4 @@

request = Promise.promisifyAll(require("request"), {
multiArgs: true
});
request = Promise.promisifyAll(require("request"));
BODY = 1;
OAuthApi = (function() {

@@ -27,9 +23,11 @@ function OAuthApi(_arg) {

}
}).tap(function(_arg) {
var res;
res = _arg[0];
}).tap(function(res) {
if (res.statusCode > 400) {
throw new Error(res.body);
}
}).get(BODY);
}).then(function(_arg) {
var body;
body = _arg.body;
return body;
});
};

@@ -36,0 +34,0 @@

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

},
"version": "3.1.0",
"version": "3.1.1",
"main": "build/sdk.js",

@@ -11,0 +11,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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