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 2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6 to 2.0.0-typescript-fb7df9126a7aeea17bde003a3e58c560a555799e

2

CHANGELOG.md

@@ -7,3 +7,3 @@ # Change Log

## v2.0.0 - 2018-09-03
## v2.0.0 - 2018-10-08

@@ -10,0 +10,0 @@ * TypeScript rewrite [Will Boyce]

{
"name": "persistent-tunnel",
"version": "2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6",
"version": "2.0.0-typescript-fb7df9126a7aeea17bde003a3e58c560a555799e",
"description": "HTTP Agent for tunneling proxies with persistent sockets",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"scripts": {
"lint": "resin-lint --typescript src test",
"lint": "resin-lint --no-prettier --typescript src test",
"check": "tsc --pretty --noEmit --diagnostics --project .",

@@ -39,17 +39,17 @@ "build": "tsc --pretty --project ./tsconfig.dist.json",

"devDependencies": {
"@types/bluebird": "3.5.16",
"@types/chai": "^4.1.4",
"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.6",
"@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",
"@types/node": "^8.10.34",
"bluebird": "^3.5.2",
"chai": "^4.2.0",
"coffeescript": "^2.3.2",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"node-tunnel": "^1.4.0",
"node-tunnel": "^2.0.0",
"require-npm4-to-publish": "^1.0.0",
"resin-lint": "^1.5.7",
"resin-lint": "^2.0.1",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
"typescript": "^3.1.1"
},

@@ -56,0 +56,0 @@ "dependencies": {

@@ -44,3 +44,3 @@ /*

Promise.fromCallback((cb) => {
tunnelProxy = nodeTunnel.createTunnel();
tunnelProxy = new nodeTunnel.Tunnel();
tunnelProxy.listen(tunnelPort, cb);

@@ -47,0 +47,0 @@ });

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