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

push2cloud-cf-adapter

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push2cloud-cf-adapter - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

3

CHANGELOG.md

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

## [v1.6.2](https://github.com/push2cloud/cf-adapter/compare/v1.6.1...v1.6.2)
- optimize createTunnel
## [v1.6.1](https://github.com/push2cloud/cf-adapter/compare/v1.6.0...v1.6.1)

@@ -2,0 +5,0 @@ - optimize createTunnel

8

fns/createTunnel.js

@@ -75,7 +75,9 @@ const _ = require('lodash');

});
callback(null, {
close: () => childProcess.kill()
})
setTimeout(() => {
callback(null, {
close: () => childProcess.kill()
});
}, 2000);
});
};
};
{
"name": "push2cloud-cf-adapter",
"version": "1.6.1",
"version": "1.6.2",
"description": "abstracts cloud foundry api",

@@ -5,0 +5,0 @@ "main": "index.js",

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