Socket
Socket
Sign inDemoInstall

clone-response

Package Overview
Dependencies
1
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 2.0.0

index.js

75

package.json
{
"name": "clone-response",
"version": "1.0.3",
"description": "Clone a Node.js HTTP response stream",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"funding": "https://github.com/sponsors/sindresorhus",
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/clone-response.git"
},
"keywords": [
"clone",
"duplicate",
"copy",
"response",
"HTTP",
"stream"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"dependencies": {
"mimic-response": "^1.0.0"
},
"devDependencies": {
"ava": "^0.22.0",
"coveralls": "^2.13.1",
"create-test-server": "^2.0.1",
"eslint-config-xo-lukechilds": "^1.0.0",
"get-stream": "^3.0.0",
"nyc": "^11.0.2",
"pify": "^3.0.0",
"xo": "^0.19.0"
}
"name": "clone-response",
"version": "2.0.0",
"description": "Clone a Node.js HTTP response stream",
"license": "MIT",
"repository": "sindresorhus/clone-response",
"funding": "https://github.com/sponsors/sindresorhus",
"author": "Luke Childs <lukechilds123@gmail.com> (https://lukechilds.co.uk)",
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=14.16"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"clone",
"response",
"duplicate",
"copy",
"http",
"stream"
],
"dependencies": {
"mimic-response": "^4.0.0"
},
"devDependencies": {
"ava": "^4.3.1",
"create-test-server": "^3.0.1",
"get-stream": "^6.0.1",
"pify": "^6.0.0",
"xo": "^0.50.0"
}
}
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