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

fbp

Package Overview
Dependencies
Maintainers
2
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.7.0 to 1.8.0

.github/dependabot.yml

2

browser/entry.js
var exported = {
fbp: require('../lib/fbp.js')
fbp: require('../lib/index.js')
};

@@ -4,0 +4,0 @@

@@ -0,1 +1,5 @@

# fbp 1.8.0 - released 13.10.2020
* Fixed availability of the JSON-to-FBP serializer
# fbp 1.7.0 - released 17.11.2017

@@ -2,0 +6,0 @@

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

@@ -22,11 +22,20 @@ "type": "git",

"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-karma": "^4.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-noflo-browser": "^1.4.0",
"grunt-noflo-browser": "^2.0.1",
"grunt-peg": "^2.0.1",
"grunt-yaml": "^0.4.2",
"json-loader": "^0.5.4",
"mocha": "^4.0.0",
"nyc": "^11.3.0",
"tv4": "^1.2.7"
"karma": "^5.2.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^8.1.3",
"noflo-component-loader": "^0.3.5",
"noflo-webpack-config": "^1.1.0",
"nyc": "^15.1.0",
"tv4": "^1.2.7",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},

@@ -37,3 +46,3 @@ "keywords": [],

},
"main": "./lib/fbp",
"main": "./lib/index",
"bin": {

@@ -40,0 +49,0 @@ "fbp": "./bin/fbp"

@@ -1,2 +0,2 @@

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) [![Greenkeeper badge](https://badges.greenkeeper.io/flowbased/fbp.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/flowbased/fbp/badge.svg?branch=master)](https://coveralls.io/github/flowbased/fbp?branch=master)
FBP flow definition language parser
===================================

@@ -3,0 +3,0 @@

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 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