Socket
Socket
Sign inDemoInstall

lws-range

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lws-range - npm Package Compare versions

Comparing version 1.1.1 to 2.0.0

6

index.js

@@ -1,6 +0,6 @@

module.exports = MiddlewareBase => class Range extends MiddlewareBase {
class Range {
description () {
return 'Support for HTTP Range Requests.'
}
middleware () {

@@ -10,1 +10,3 @@ return require('koa-range')

}
module.exports = Range
{
"name": "lws-range",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.1.1",
"version": "2.0.0",
"description": "Adds support for HTTP Range Requests to lws",

@@ -14,3 +14,3 @@ "repository": "https://github.com/lwsjs/range.git",

"engines": {
"node": ">=7.6"
"node": ">=8"
},

@@ -24,6 +24,9 @@ "scripts": {

"devDependencies": {
"lws": "^1.3.1",
"req-then": "^0.6.4",
"test-runner": "^0.5.1"
}
"lws": "^2.0.0-7",
"node-fetch": "^2.6.0",
"test-runner": "^0.6.0"
},
"files": [
"index.js"
]
}

@@ -12,2 +12,2 @@ [![view on npm](https://img.shields.io/npm/v/lws-range.svg)](https://www.npmjs.org/package/lws-range)

&copy; 2018-19 Lloyd Brookes <75pound@gmail.com>.
&copy; 2018-19 Lloyd Brookes \<75pound@gmail.com\>.
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