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.6.1 to 0.6.2

4

lib/Graph.js

@@ -828,2 +828,6 @@ "use strict";

};
if (json && json.properties) {
delete json.properties.baseDir;
delete json.properties.componentLoader;
}
this.nodes.forEach((node) => {

@@ -830,0 +834,0 @@ if (!json.processes) {

2

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

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

@@ -30,2 +30,4 @@ FBP Graph library for JavaScript

* 0.6.2 (November 16th 2020)
- Graph properties `componentLoader` and `baseDir` are not serialized into JSON
* 0.6.1 (October 26th 2020)

@@ -32,0 +34,0 @@ - Fixed packaging issue

@@ -897,2 +897,6 @@ // FBP Graph

};
if (json && json.properties) {
delete json.properties.baseDir;
delete json.properties.componentLoader;
}

@@ -899,0 +903,0 @@ this.nodes.forEach((node) => {

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