Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

commandeer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commandeer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

CHANGELOG.md~

4

CHANGELOG.md
# Changelog
## 1.0.2 (2016-12-02)
* Add Node.js 7.x support
## 1.0.1 (2016-05-02)

@@ -5,0 +9,0 @@

79

package.json
{
"name": "commandeer",
"version": "1.0.1",
"description": "Proxy requests through connect and capture JSON responses before they are output",
"keywords": [ "capture", "connect", "json", "proxy" ],
"author": "Rowan Manning (http://rowanmanning.com/)",
"repository": {
"type": "git",
"url": "https://github.com/rowanmanning/commandeer.git"
},
"homepage": "https://github.com/rowanmanning/commandeer",
"bugs": "https://github.com/rowanmanning/commandeer/issues",
"license": "MIT",
"engines": {
"node": ">=4"
},
"dependencies": {
"http-proxy": "~1.13",
"underscore": "~1.8"
},
"devDependencies": {
"istanbul": "~0.4",
"jscs": "^2",
"connect": "^3",
"hogan.js": "^3",
"jshint": "^2",
"mocha": "^2",
"mockery": "^1",
"proclaim": "^3",
"request": "^2",
"sinon": "^1"
},
"main": "./lib/commandeer.js",
"scripts": {
"test": "make ci"
}
"name": "commandeer",
"version": "1.0.2",
"description": "Proxy requests through connect and capture JSON responses before they are output",
"keywords": [
"capture",
"connect",
"json",
"proxy"
],
"author": "Rowan Manning (http://rowanmanning.com/)",
"repository": {
"type": "git",
"url": "https://github.com/rowanmanning/commandeer.git"
},
"homepage": "https://github.com/rowanmanning/commandeer",
"bugs": "https://github.com/rowanmanning/commandeer/issues",
"license": "MIT",
"engines": {
"node": ">=4"
},
"dependencies": {
"http-proxy": "~1.13",
"underscore": "~1.8"
},
"devDependencies": {
"istanbul": "~0.4",
"jscs": "^2",
"connect": "^3",
"hogan.js": "^3",
"jshint": "^2",
"mocha": "^2",
"mockery": "^1",
"proclaim": "^3",
"request": "^2",
"sinon": "^1"
},
"main": "./lib/commandeer.js",
"scripts": {
"test": "make ci"
}
}

@@ -235,4 +235,4 @@

[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg
[shield-node]: https://img.shields.io/badge/node.js%20support-4–6-brightgreen.svg
[shield-node]: https://img.shields.io/badge/node.js%20support-4–7-brightgreen.svg
[shield-npm]: https://img.shields.io/npm/v/commandeer.svg
[shield-build]: https://img.shields.io/travis/rowanmanning/commandeer/master.svg

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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