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

@graffy/fill

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/fill - npm Package Compare versions

Comparing version 0.16.15-alpha.1 to 0.16.15-alpha.2

6

package.json

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

"author": "aravind (https://github.com/aravindet)",
"version": "0.16.15-alpha.1",
"version": "0.16.15-alpha.2",
"main": "./index.cjs",

@@ -20,6 +20,6 @@ "exports": {

"dependencies": {
"@graffy/common": "0.16.15-alpha.1",
"@graffy/common": "0.16.15-alpha.2",
"debug": "^4.3.3",
"@graffy/stream": "0.16.15-alpha.1"
"@graffy/stream": "0.16.15-alpha.2"
}
}
export default function subscribe(store: any, originalQuery: any, { raw }: {
raw: any;
}): any;
}): {
debugId: any;
next: () => any;
return(value: any): Promise<{
value: any;
done: boolean;
}>;
throw(error: any): Promise<{
value: any;
done: boolean;
}>;
[Symbol.asyncIterator](): any;
};
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