Socket
Socket
Sign inDemoInstall

responselike

Package Overview
Dependencies
1
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 3.0.0

index.d.ts

74

package.json
{
"name": "responselike",
"version": "2.0.1",
"description": "A response-like object for mocking a Node.js HTTP response stream",
"funding": "https://github.com/sponsors/sindresorhus",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"xo": {
"extends": "xo-lukechilds"
},
"keywords": [
"http",
"https",
"response",
"mock",
"request",
"responselike"
],
"repository": {
"type": "git",
"url": "https://github.com/sindresorhus/responselike.git"
},
"author": "lukechilds",
"license": "MIT",
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"eslint-config-xo-lukechilds": "^1.0.0",
"get-stream": "^3.0.0",
"nyc": "^11.8.0",
"xo": "^0.19.0"
},
"dependencies": {
"lowercase-keys": "^2.0.0"
}
"name": "responselike",
"version": "3.0.0",
"description": "A response-like object for mocking a Node.js HTTP response stream",
"license": "MIT",
"repository": "sindresorhus/responselike",
"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 && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"http",
"https",
"response",
"mock",
"test",
"request",
"responselike"
],
"dependencies": {
"lowercase-keys": "^3.0.0"
},
"devDependencies": {
"ava": "^4.3.1",
"get-stream": "^6.0.1",
"tsd": "^0.22.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