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

@graffy/core

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/core - npm Package Compare versions

Comparing version 0.15.22 to 0.15.23-alpha.1

6

package.json

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

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

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

"dependencies": {
"@graffy/common": "0.15.22",
"@graffy/stream": "0.15.22",
"@graffy/common": "0.15.23-alpha.1",
"@graffy/stream": "0.15.23-alpha.1",
"debug": "^4.3.3"
}
}

@@ -11,3 +11,11 @@ export default class Graffy {

call(type: any, payload: any, options?: {}): any;
read(...args: any[]): Promise<any>;
/**
* @template {import('@graffy/types').Query} Q
* @param {...(
* [import('@graffy/types').Path, Q, import('@graffy/types').Options?] |
* [Q, import('@graffy/types').Options?]
* )} args
* @returns {Promise<import('@graffy/types').Result<Q>>}
*/
read<Q extends any>(...args: ([any, Q, any?] | [Q, any?])[]): Promise<any>;
watch(...args: any[]): any;

@@ -14,0 +22,0 @@ write(...args: any[]): Promise<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