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.4.0 to 1.5.0

CHANGES.md

10

package.json
{
"name": "fbp",
"description": "Parser for the .fbp flow definition language",
"version": "1.4.0",
"version": "1.5.0",
"repository": {

@@ -9,2 +9,8 @@ "type": "git",

},
"contributors": [
{
"name": "James",
"email": "aretecode@gmail.com"
}
],
"license": "MIT",

@@ -21,3 +27,3 @@ "devDependencies": {

"grunt-yaml": "^0.4.2",
"mocha": "^2.4.4",
"mocha": "^2.5.3",
"tv4": "^1.2.7"

@@ -24,0 +30,0 @@ },

13

README.md

@@ -29,4 +29,13 @@ 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)

$ fbp somefile.fbp [--case-sensitive] > somefile.json
```
$ fbp somefile.fbp [--case-sensitive] > somefile.json
```
And for converting JSON files into FBP:
```
$ fbp somefile.json [--case-sensitive] > somefile.fbp
```
## Language for Flow-Based Programming

@@ -39,3 +48,3 @@

You can connect multiple components and ports together on one line, and separate connection definitions with a newline or a comma (`,`).
You can connect multiple components and ports together on one line, and separate connection definitions with a newline or a comma (`,`).

@@ -42,0 +51,0 @@ Components only have to be specified the first time you mention a new process. Afterwards, simply use the process name.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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