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

@acot/connection

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acot/connection - npm Package Compare versions

Comparing version 0.0.2-canary.3 to 0.0.2-canary.4

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.0.2-canary.4](https://github.com/acot-a11y/acot/compare/@acot/connection@0.0.2-canary.3...@acot/connection@0.0.2-canary.4) (2020-11-23)
**Note:** Version bump only for package @acot/connection
## [0.0.2-canary.3](https://github.com/acot-a11y/acot/compare/@acot/connection@0.0.2-canary.2...@acot/connection@0.0.2-canary.3) (2020-11-08)

@@ -8,0 +12,0 @@

4

lib/index.js

@@ -45,6 +45,2 @@ "use strict";

this._proc.stderr.on('data', (d) => debug(d.toString()));
process.on('SIGINT', () => {
var _a;
(_a = this._proc) === null || _a === void 0 ? void 0 : _a.kill();
});
debug('server process created!');

@@ -51,0 +47,0 @@ }

{
"name": "@acot/connection",
"version": "0.0.2-canary.3",
"version": "0.0.2-canary.4",
"description": "Manage the connection to the server.",

@@ -30,3 +30,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/connection",

"devDependencies": {
"@acot/types": "0.0.2-canary.2",
"@acot/types": "0.0.2-canary.3",
"@types/wait-on": "^4.0.0"

@@ -37,3 +37,3 @@ },

},
"gitHead": "553e5c3111262f3500eca32fc00b2511aa169061"
"gitHead": "80705d0103e66e4654b9cda5d66afff877cd6daa"
}
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