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

gosquared

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gosquared - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

lib/gosquared.js

@@ -70,3 +70,3 @@ var http = require('http'),

method: endpoint.method,
path: requestPath
path: requestPath + '?' + queryString.stringify(params)
};

@@ -73,0 +73,0 @@ var haveParams = !!Object.keys(params).length;

@@ -8,2 +8,7 @@ var should = require('should');

}
// check for errors
res.should.not.have.property('code');
res.should.not.have.property('message');
res.should.be.a('object');

@@ -19,2 +24,2 @@ done();

done();
};
};
{
"name": "gosquared",
"version": "0.1.6",
"version": "0.1.7",
"description": "GoSquared for your Node.JS application",

@@ -5,0 +5,0 @@ "main": "lib/gosquared.js",

@@ -49,2 +49,2 @@ var GoSquared = require('../lib/gosquared'),

});
});
});
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