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.2 to 0.2.3

2

package.json
{
"name": "fbp-manifest",
"version": "0.2.2",
"version": "0.2.3",
"description": "Flow-Based Programming Manifest tools",

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

@@ -85,3 +85,5 @@ Flow-Based Programming Manifest Tools [![Build Status](https://travis-ci.org/flowbased/fbp-manifest.svg?branch=master)](https://travis-ci.org/flowbased/fbp-manifest) [![Coverage Status](https://coveralls.io/repos/github/flowbased/fbp-manifest/badge.svg?branch=master)](https://coveralls.io/github/flowbased/fbp-manifest?branch=master)

* 0.2.3 (2020-09-17)
- Fixed a minor bug with collecting NoFlo graphs
* 0.2.2 (2020-09-17)
- Added support for finding NoFlo TypeScript components

@@ -107,3 +107,3 @@ const path = require('path');

} else {
component.name = utils.parseid(source, componentPath);
component.name = utils.parseId(source, componentPath);
}

@@ -110,0 +110,0 @@ component.runtime = null;

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