Socket
Socket
Sign inDemoInstall

range-parser

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

range-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

HISTORY.md

2

index.js

@@ -49,2 +49,2 @@

return valid ? arr : -1;
};
};

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

"description": "Range header field string parser",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"keywords": [
"range",
"parser",
"http"
],
"repository": "jshttp/range-parser",

@@ -13,3 +19,10 @@ "devDependencies": {

},
"license": "MIT",
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {

@@ -19,11 +32,3 @@ "test": "mocha --reporter spec --require should",

"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
},
"keywords": [
"range",
"parser",
"http"
],
"files": [
"index.js"
]
}
}
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