New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mock-express-response

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

mock-express-response - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

141

package.json
{
"name": "mock-express-response",
"version": "0.1.2",
"description": "Nodejs library to mock express http response",
"keywords": [
"express",
"connect",
"mock",
"stab",
"unit",
"test",
"spec",
"specification",
"bdd",
"tdd",
"response",
"http",
"htttps"
],
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mock-express-response.git"
},
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mock-express-response/issues"
},
"homepage": "https://github.com/lykmapipo/mock-express-response",
"contributors": [{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}],
"devDependencies": {
"chai": "^2.2.0",
"ejs": "^2.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.1",
"lodash": "^3.9.1",
"mocha": "^2.2.4"
},
"dependencies": {
"content-disposition": "^0.5.0",
"content-type": "^1.0.1",
"cookie": "^0.1.3",
"cookie-signature": "^1.0.6",
"depd": "^1.0.1",
"escape-html": "^1.0.1",
"etag": "^1.6.0",
"mock-express-request": "^0.1.1",
"mock-res": "^0.2.1",
"on-finished": "^2.2.1",
"proxy-addr": "^1.0.8",
"qs": "^2.4.2",
"send": "^0.12.3",
"utils-merge": "^1.0.0",
"vary": "^1.0.0"
},
"peerDependencies": {
"mock-express-request": "^0.1.1"
"name": "mock-express-response",
"version": "0.2.0",
"description": "Nodejs library to mock express http response",
"keywords": [
"express",
"connect",
"mock",
"stab",
"unit",
"test",
"spec",
"specification",
"bdd",
"tdd",
"response",
"http",
"htttps"
],
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mock-express-response.git"
},
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mock-express-response/issues"
},
"homepage": "https://github.com/lykmapipo/mock-express-response",
"contributors": [
{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}
}
],
"devDependencies": {
"chai": "^2.2.0",
"ejs": "^2.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^1.0.1",
"lodash": "^3.9.1",
"mocha": "^2.2.4"
},
"dependencies": {
"content-disposition": "^0.5.0",
"content-type": "^1.0.1",
"cookie": "^0.1.3",
"cookie-signature": "^1.0.6",
"depd": "^1.0.1",
"escape-html": "^1.0.1",
"etag": "^1.6.0",
"mock-express-request": "^0.2.0",
"mock-res": "^0.3.3",
"on-finished": "^2.2.1",
"proxy-addr": "^1.0.8",
"qs": "^2.4.2",
"send": "^0.12.3",
"utils-merge": "^1.0.0",
"vary": "^1.0.0"
}
}
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