Socket
Socket
Sign inDemoInstall

@syncot/util

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncot/util - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/invertedStreams.d.ts

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

/// <reference types="node" />
import { Duplex } from 'stream';
import { Duplex } from 'readable-stream';
/**

@@ -4,0 +3,0 @@ * Creates a pair of Duplex Streams [a, b], such that

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

import { Duplex } from 'stream';
import { Duplex } from 'readable-stream';
/**

@@ -15,7 +15,7 @@ * Creates a pair of Duplex Streams [a, b], such that

b.push(data);
callback();
callback(null);
},
final(callback) {
b.push(null);
callback();
callback(null);
},

@@ -35,7 +35,7 @@ destroy(error, callback) {

a.push(data);
callback();
callback(null);
},
final(callback) {
a.push(null);
callback();
callback(null);
},

@@ -42,0 +42,0 @@ destroy(error, callback) {

{
"name": "@syncot/util",
"version": "0.0.2",
"version": "0.0.3",
"description": "A collection of utilities required by other @syncot modules.",

@@ -29,5 +29,7 @@ "keywords": [

"@types/node": "^10.12.21",
"@types/readable-stream": "^2.3.1",
"readable-stream": "^3.3.0",
"tslib": "^1.9.3"
},
"gitHead": "b952421ee19e038a054420c80e3b870f52e23ed9"
"gitHead": "2b86fbb78a4b4b2f16fe3ed00ca08851bcc74e5c"
}
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