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

@meteor-it/xrest

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meteor-it/xrest - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

index.js

@@ -44,3 +44,3 @@ "use strict";

'User-Agent': USER_AGENT,
'Host': this.parsedUrl.host,
'Host': this.parsedUrl.host || 'none',
'Accept-Encoding': [...decoders.keys()].join(', '),

@@ -47,0 +47,0 @@ ...options.headers

@@ -124,3 +124,3 @@ import Logger from '@meteor-it/logger';

'User-Agent': USER_AGENT,
'Host': this.parsedUrl.host,
'Host': this.parsedUrl.host||'none',
'Accept-Encoding': [...decoders.keys()].join(', '),

@@ -127,0 +127,0 @@ ...options.headers

{
"name": "@meteor-it/xrest",
"version": "1.3.5",
"version": "1.3.6",
"description": "Powerfull REST client library",

@@ -14,4 +14,4 @@ "main": "index.js",

"dependencies": {
"@meteor-it/fs": "^1.0.3",
"@meteor-it/logger": "^2.3.3",
"@meteor-it/fs": "^1.0.4",
"@meteor-it/logger": "^2.3.4",
"iconv-lite": "^0.4.23"

@@ -22,3 +22,3 @@ },

},
"gitHead": "018b0697a7fe947ff4566a697472874511e35f28"
"gitHead": "4c42fd3e8ab0dbba17ca3090f20bf46a1f2dd9e8"
}

Sorry, the diff of this file is not supported yet

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