Socket
Socket
Sign inDemoInstall

parse-headers

Package Overview
Dependencies
65
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

8

package.json
{
"name": "parse-headers",
"version": "2.0.1",
"version": "2.0.2",
"description": "Parse http headers, works with browserify/xhr",

@@ -25,9 +25,9 @@ "main": "parse-headers.js",

"devDependencies": {
"tape": "^4.2.2",
"tape": "^4.10.1",
"zuul": "^3.7.2"
},
"dependencies": {
"for-each": "^0.3.2",
"trim": "0.0.1"
"for-each": "^0.3.3",
"string.prototype.trim": "^1.1.2"
}
}

@@ -1,2 +0,2 @@

var trim = require('trim')
var trim = require('string.prototype.trim')
, forEach = require('for-each')

@@ -31,2 +31,2 @@ , isArray = function(arg) {

return result
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc