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

fbp-graph

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbp-graph - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

lib/Graph.js

@@ -1001,3 +1001,6 @@ // FBP Graph

json = JSON.stringify(this.toJSON(), null, 4);
return require('fs').writeFile(`${file}.json`, json, "utf-8", function(err, data) {
if (!file.match(/\.json$/)) {
file = `${file}.json`;
}
return require('fs').writeFile(file, json, "utf-8", function(err, data) {
if (err) {

@@ -1004,0 +1007,0 @@ return callback(err);

2

package.json
{
"name": "fbp-graph",
"version": "0.3.0",
"version": "0.3.1",
"description": "JavaScript FBP graph library",

@@ -5,0 +5,0 @@ "main": "index.js",

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