Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

nproxy2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nproxy2 - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+32
-30
package.json
{
"name": "nproxy2",
"author": "Larry <806717031@qq.com> (http://gejiawen.github.io)",
"version": "2.0.0",
"description": "A cli proxy tool specialized in file replacing",
"dependencies": {
"connect": "*",
"commander": "*",
"mime": "*",
"step": "*"
},
"devDependencies":{
"mocha": "*",
"should": "*"
},
"main": "./lib/nproxy2",
"bin": {"rproxy": "./bin/nproxy2"},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/gejiawen/nproxy2.git"
},
"keywords": [
"node.js",
"web",
"proxy",
"fiddler"
],
"license": "MIT"
"name": "nproxy2",
"author": "Larry <806717031@qq.com> (http://gejiawen.github.io)",
"version": "2.0.1",
"description": "A cli proxy tool specialized in file replacing",
"dependencies": {
"connect": "*",
"commander": "*",
"mime": "*",
"step": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"main": "./lib/nproxy2",
"bin": {
"nproxy2": "./bin/nproxy2"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/gejiawen/nproxy2.git"
},
"keywords": [
"node.js",
"web",
"proxy",
"fiddler"
],
"license": "MIT"
}