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

@graffy/stream

Package Overview
Dependencies
Maintainers
0
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/stream - npm Package Compare versions

Comparing version 0.16.20-alpha.12 to 0.16.20-alpha.13

2

package.json

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.16.20-alpha.12",
"version": "0.16.20-alpha.13",
"main": "./index.cjs",

@@ -8,0 +8,0 @@ "exports": {

@@ -13,3 +13,16 @@ export default function makeStream(init: any, options?: {}): {

}>;
[Symbol.asyncIterator](): any;
[Symbol.asyncIterator](): {
debugId: any;
next: () => any;
return(value: any): Promise<{
value: any;
done: boolean;
}>;
/** @return {Promise<{ value: any, done: boolean }>} */
throw(error: any): Promise<{
value: any;
done: boolean;
}>;
[Symbol.asyncIterator](): /*elided*/ any;
};
};

@@ -12,3 +12,3 @@ export default function mapStream(stream: any, fn: any): {

}>;
[Symbol.asyncIterator](): any;
[Symbol.asyncIterator](): /*elided*/ any;
};

Sorry, the diff of this file is not supported yet

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