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

slumber

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slumber - npm Package Compare versions

Comparing version

to
0.5.0

4

lib/API.js

@@ -180,2 +180,6 @@ // Generated by CoffeeScript 1.7.1

return _this.wrap_response(fn, err, response, _this._try_to_serialize(response, body));
} else if (response != null ? response.statusCode : void 0) {
return _this.wrap_response(fn, {
"statusCode": response.statusCode
}, response, null);
} else {

@@ -182,0 +186,0 @@ return _this.wrap_response(fn, true, response, null);

2

package.json
{
"name": "slumber",
"version": "0.4.1",
"version": "0.5.0",
"description": "Port of Python's slumber library -- A library that makes consuming a RESTful API easier and more convenient",

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

Sorry, the diff of this file is not supported yet