Socket
Socket
Sign inDemoInstall

dry-underscore

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dry-underscore - npm Package Compare versions

Comparing version 0.21.3 to 0.21.4

4

lib/client/http.js

@@ -41,6 +41,8 @@ function library(_){

if (xhr.readyState !== 4){ return; }
var raw_headers = xhr.getAllResponseHeaders();
var client_response = {
status: xhr.status,
headers: self._parse_headers(xhr.getAllResponseHeaders()),
headers: self._parse_headers(raw_headers || ""),
body: xhr.responseText

@@ -47,0 +49,0 @@ };

{
"name": "dry-underscore",
"version": "0.21.3",
"version": "0.21.4",
"dependencies": {

@@ -5,0 +5,0 @@ "deep-diff": {

{
"name": "dry-underscore",
"version": "0.21.3",
"version": "0.21.4",
"main": "./index/node.index.js",

@@ -5,0 +5,0 @@ "description": "The DRY Undescore Library",

Sorry, the diff of this file is too big to display

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