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

node-rest-client

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rest-client - npm Package Compare versions

Comparing version 0.8.4 to 0.8.6

4

lib/node-rest-client.js

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

if(encoding.indexOf("gzip") >= 0){
if(encoding !== undefined && encoding.indexOf("gzip") >= 0){
debug("gunzip");

@@ -319,3 +319,3 @@ zlib.gunzip(Buffer.concat(buffer),function(er,gunzipped){

});
}else if(encoding.indexOf("deflate") >= 0){
}else if(encoding !== undefined && encoding.indexOf("deflate") >= 0){
debug("inflate");

@@ -322,0 +322,0 @@ zlib.inflate(Buffer.concat(buffer),function(er,inflated){

@@ -5,3 +5,3 @@ {

"description": "node API REST client",
"version": "0.8.4",
"version": "0.8.6",
"repository": {

@@ -8,0 +8,0 @@ "type":"git",

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