Socket
Socket
Sign inDemoInstall

range-parser

Package Overview
Dependencies
Maintainers
1
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 0.0.2 to 0.0.3

5

History.md
0.0.3 / 2012-06-17
==================
* fix last-byte-pos default to len - 1
0.0.2 / 2012-06-14

@@ -3,0 +8,0 @@ ==================

3

index.js

@@ -29,2 +29,5 @@

// limit last-byte-pos to current length
if (end > size - 1) end = size - 1;
// invalid

@@ -31,0 +34,0 @@ if (isNaN(start)

2

package.json

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

"description": "Range header field string parser",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",

@@ -8,0 +8,0 @@ "dependencies": {},

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