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

fbp

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbp - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

component.json
{
"name": "fbp",
"description": "Parser for the .fbp flow definition language",
"version": "1.2.0",
"version": "1.2.1",
"scripts": [

@@ -6,0 +6,0 @@ "lib/fbp.js"

@@ -775,7 +775,7 @@ module.exports = (function() {

s0 = peg$parseoutport();
s0 = peg$parsebridge();
if (s0 === peg$FAILED) {
s0 = peg$parseiip();
s0 = peg$parseoutport();
if (s0 === peg$FAILED) {
s0 = peg$parsebridge();
s0 = peg$parseiip();
}

@@ -782,0 +782,0 @@ }

{
"name": "fbp",
"description": "Parser for the .fbp flow definition language",
"version": "1.2.0",
"version": "1.2.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

FBP flow definition language parser [![Build Status](https://travis-ci.org/flowbased/fbp.png?branch=master)](https://travis-ci.org/flowbased/fbp) [![Build status](https://ci.appveyor.com/api/projects/status/cye5ylmhfybnb8t9)](https://ci.appveyor.com/project/bergie/fbp)
===================================
The *fbp* library provides a parser for the [FBP domain-specific language](http://noflojs.org/documentation/fbp/) used for defining graphs for flowbased programming environments like [NoFlo](http://noflojs.org). For more, see [the documentation on the NoFlo site](http://noflojs.org/documentation/fbp/).
The *fbp* library provides a parser for a domain-specific language for flow-based-programming (FBP),
used for defining graphs for FBP programming environments like
[NoFlo](https://noflojs.org), [MicroFlo](https://microflo.org) and [MsgFlo](http://msgflo.org).

@@ -6,0 +8,0 @@ ## Usage

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