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

sparc-commons

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparc-commons - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

libs/resources.js

@@ -39,3 +39,2 @@ /*jshint multistr: true */

requestResource: function requestResource(target, service, opts){
console.log("PIPPO");
var self = this;

@@ -78,3 +77,3 @@ if(_.isUndefined(service)){

} else {
var myError = new Error("Resource " + target + " replied with " + resp.statusCode + " when requesting " + service + ". The url is " + url + " and options are " + JSON.stringify(opts));
var myError = new Error("Resource " + target + " replied with " + resp.statusCode + " when requesting " + service + ". The url is " + url);
myError.statusCode = resp.statusCode;

@@ -81,0 +80,0 @@ rej(myError);

{
"name": "sparc-commons",
"version": "0.1.3",
"version": "0.1.4",
"description": "Library with all small time common stuff used across the SPARC echosystem",

@@ -5,0 +5,0 @@ "main": "index.js",

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