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

persistent-tunnel

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

persistent-tunnel - npm Package Compare versions

Comparing version 1.2.4 to 2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6

.circleci/config.yml

43

package.json
{
"name": "persistent-tunnel",
"version": "1.2.4",
"version": "2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6",
"description": "HTTP Agent for tunneling proxies with persistent sockets",
"main": "index.js",
"main": "lib/index.js",
"typing": "lib/index.d.ts",
"directories": {

@@ -10,5 +11,8 @@ "test": "test"

"scripts": {
"pretest": "./node_modules/.bin/coffee -o build -c lib",
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register",
"prepublish": "./node_modules/.bin/coffee -o build -c lib"
"lint": "resin-lint --typescript src test",
"check": "tsc --pretty --noEmit --diagnostics --project .",
"build": "tsc --pretty --project ./tsconfig.dist.json",
"test": "mocha --require ts-node/register/type-check --require coffeescript/register test/*",
"prepublish": "require-npm4-to-publish",
"prepare": "npm run build"
},

@@ -26,3 +30,6 @@ "repository": {

"author": "Kostas Lekkas <kostas@resin.io>",
"license": "MIT",
"contributors": [
"Will Boyce <will@resin.io>"
],
"license": "Apache-2.0",
"bugs": {

@@ -33,14 +40,24 @@ "url": "https://github.com/resin-io/persistent-tunnel/issues"

"devDependencies": {
"bluebird": "^3.3.1",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"mocha": "^2.4.5",
"node-tunnel": "^0.1.2"
"@types/bluebird": "3.5.16",
"@types/chai": "^4.1.4",
"@types/lodash": "^4.14.116",
"@types/mocha": "^5.2.5",
"@types/node": "^8.10.29",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"coffeescript": "^2.3.1",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"node-tunnel": "^1.4.0",
"require-npm4-to-publish": "^1.0.0",
"resin-lint": "^1.5.7",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
},
"dependencies": {
"typed-error": "^0.1.0"
"typed-error": "^3.0.0"
},
"engines": {
"node": "4.x"
"node": ">=6.0.0"
}
}

@@ -28,3 +28,2 @@ # persistent-tunnel

});
tunnelingAgent.createConnection = tunnel.createConnection;

@@ -50,3 +49,2 @@ var req = http.request({

});
tunnelingAgent.createConnection = tunnel.createConnection;

@@ -73,3 +71,2 @@ var req = http.request({

});
tunnelingAgent.createConnection = tunnel.createConnection;

@@ -76,0 +73,0 @@ var req = http.request({

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