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

@graffy/common

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/common - npm Package Compare versions

Comparing version 0.16.1 to 0.16.2-alpha.1

4

package.json

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

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

@@ -22,4 +22,4 @@ "exports": {

"merge-async-iterators": "^0.2.1",
"@graffy/stream": "0.16.1"
"@graffy/stream": "0.16.2-alpha.1"
}
}

@@ -10,3 +10,3 @@ export function isMinKey(key: any): boolean;

export function isPlainObject(arg: any): boolean;
export function cmp(a: any, b: any): 1 | -1 | 0;
export function cmp(a: any, b: any): 0 | 1 | -1;
export function find(items: any, compare: any, first?: number, last?: any): number;

@@ -13,0 +13,0 @@ export function addStringify(buffer: any): 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