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.7.0

6

lib/API.js

@@ -113,4 +113,8 @@ // Generated by CoffeeScript 1.9.1

}
if (kwargs.args != null) {
if (Object.keys(kwargs.args).length !== 0) {
request_options.url += '?' + querystring.stringify(kwargs.args);
} else {
if (request_options.url.substr(-1) === '/') {
request_options.url = request_options.url.substr(0, request_options.url.length - 1);
}
}

@@ -117,0 +121,0 @@ if (kwargs.data != null) {

2

package.json
{
"name": "slumber",
"version": "0.6.0",
"version": "0.7.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

Sorry, the diff of this file is not supported yet