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

@syncot/connection

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncot/connection - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

CHANGELOG.md

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

## [0.1.3](https://github.com/SyncOT/SyncOT/compare/@syncot/connection@0.1.2...@syncot/connection@0.1.3) (2019-12-04)
**Note:** Version bump only for package @syncot/connection
## [0.1.2](https://github.com/SyncOT/SyncOT/compare/@syncot/connection@0.1.1...@syncot/connection@0.1.2) (2019-11-29)

@@ -8,0 +16,0 @@

4

lib/connection.d.ts

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

import { EmitterInterface, SyncOtEmitter } from '@syncot/util';
import { EmitterInterface, SyncOtEmitter } from '@syncot/events';
import { Duplex } from 'readable-stream';

@@ -112,3 +112,3 @@ declare type RequestId = number;

*/
readonly connectionId: number;
get connectionId(): number;
/**

@@ -115,0 +115,0 @@ * Connects to the specified stream and emits the `'connect'` event.

@@ -1,2 +0,5 @@

import { assert, createDisconnectedError, createDuplicateIdError, createInvalidEntityError, createInvalidStreamError, createNoServiceError, isOpenDuplexStream, isStream, SyncOtEmitter, validate, } from '@syncot/util';
import { createDisconnectedError, createDuplicateIdError, createInvalidEntityError, createInvalidStreamError, createNoServiceError, } from '@syncot/error';
import { SyncOtEmitter } from '@syncot/events';
import { isOpenDuplexStream, isStream } from '@syncot/stream';
import { assert, validate } from '@syncot/util';
import { globalTracer } from 'opentracing';

@@ -3,0 +6,0 @@ import { Duplex } from 'readable-stream';

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

import { createCompositeError } from '@syncot/util';
import { createCompositeError } from '@syncot/error';
/**

@@ -3,0 +3,0 @@ * Tries the specified stream `factories` in order until one succeeds,

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

import { EmitterInterface, SyncOtEmitter } from '@syncot/util';
import { EmitterInterface, SyncOtEmitter } from '@syncot/events';
import { Connection } from './connection';

@@ -3,0 +3,0 @@ import { StreamFactory } from './factory';

@@ -1,2 +0,3 @@

import { assert, randomInteger, SyncOtEmitter, } from '@syncot/util';
import { SyncOtEmitter } from '@syncot/events';
import { assert, randomInteger } from '@syncot/util';
/**

@@ -3,0 +4,0 @@ * Creates a new `StreamManager`.

{
"name": "@syncot/connection",
"version": "0.1.2",
"version": "0.1.3",
"description": "An RPC library for communication over Duplex object streams.",

@@ -30,3 +30,6 @@ "keywords": [

"dependencies": {
"@syncot/util": "^0.1.1",
"@syncot/error": "^0.1.0",
"@syncot/events": "^0.1.0",
"@syncot/stream": "^0.1.0",
"@syncot/util": "^1.0.0",
"@types/node": "^12.0.4",

@@ -40,3 +43,3 @@ "@types/readable-stream": "^2.3.1",

},
"gitHead": "bd58370fcc52c67d0e8508170266ea7d66341c54"
"gitHead": "826d566f85342309a513529839aca7a5aeb5815e"
}
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