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.1.2 to 1.1.3

build/persistent-tunnel.js

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./lib/persistent-tunnel');
module.exports = require('./build/persistent-tunnel');
{
"name": "persistent-tunnel",
"version": "1.1.2",
"version": "1.1.3",
"description": "HTTP Agent for tunneling proxies with persistent sockets",

@@ -10,3 +10,5 @@ "main": "index.js",

"scripts": {
"test": "./node_modules/.bin/mocha"
"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"
},

@@ -27,2 +29,3 @@ "repository": {

"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"mocha": "^2.4.5",

@@ -29,0 +32,0 @@ "node-tunnel": "^0.1.2"

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