Huge News!Announcing our $40M Series B led by Abstract Ventures.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.12.1 to 0.12.2

2

dst/Graffy.js

@@ -185,3 +185,3 @@ "use strict";

_context4.next = 21;
return value && (0, _common.makeGraph)(value, query);
return value && (0, _common.makeGraph)(value);

@@ -188,0 +188,0 @@ case 21:

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

"author": "aravind (https://github.com/aravindet)",
"version": "0.12.1",
"version": "0.12.2",
"main": "dst/index.js",

@@ -17,5 +17,5 @@ "source": "src/index.js",

"@babel/runtime-corejs3": "^7.5.5",
"@graffy/common": "0.12.1",
"@graffy/stream": "0.12.1"
"@graffy/common": "0.12.2",
"@graffy/stream": "0.12.2"
}
}

@@ -68,3 +68,3 @@ import {

for await (const value of subscription) {
yield value && makeGraph(value, query);
yield value && makeGraph(value);
}

@@ -71,0 +71,0 @@ });

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