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

fbp-manifest

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbp-manifest - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

17

package.json
{
"name": "fbp-manifest",
"version": "0.2.0",
"version": "0.2.1",
"description": "Flow-Based Programming Manifest tools",
"main": "index.js",
"scripts": {
"test": "grunt test"
"test": "nyc grunt test"
},

@@ -27,2 +27,3 @@ "repository": {

"chai": "^4.0.1",
"coveralls": "^3.0.0",
"eslint-config-standard": "^10.2.1",

@@ -38,3 +39,4 @@ "eslint-plugin-import": "^2.8.0",

"grunt-yamllint": "^0.3.0",
"mocha": "^4.0.0"
"mocha": "^4.0.0",
"nyc": "^11.2.1"
},

@@ -45,5 +47,12 @@ "dependencies": {

"commander": "^2.9.0",
"fbp": "~1.5.0",
"fbp": "^1.5.0",
"tv4": "^1.2.7"
},
"nyc": {
"include": [
"index.js",
"src/*.js",
"src/**/*.js"
]
}
}

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

Flow-Based Programming Manifest Tools [![Build Status](https://travis-ci.org/flowbased/fbp-manifest.svg?branch=master)](https://travis-ci.org/flowbased/fbp-manifest) [![Greenkeeper badge](https://badges.greenkeeper.io/flowbased/fbp-manifest.svg)](https://greenkeeper.io/)
Flow-Based Programming Manifest Tools [![Build Status](https://travis-ci.org/flowbased/fbp-manifest.svg?branch=master)](https://travis-ci.org/flowbased/fbp-manifest) [![Greenkeeper badge](https://badges.greenkeeper.io/flowbased/fbp-manifest.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/flowbased/fbp-manifest/badge.svg?branch=master)](https://coveralls.io/github/flowbased/fbp-manifest?branch=master)
=====================================

@@ -10,3 +10,3 @@

Early stages
Used in production with NoFlo, both for Node.js and for [producing browser builds](https://github.com/noflo/noflo-component-loader).

@@ -13,0 +13,0 @@ ## Tools

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