noflo-xpress
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "noflo-xpress", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "High-level Express.js components for NoFlo", | ||
"author": "Rituwall Inc.", | ||
"author": "Flowhub UG", | ||
"repository": { | ||
@@ -14,18 +14,21 @@ "type": "git", | ||
"noflo": "^1.0.0", | ||
"uuid": "^3.0.1" | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.0.0", | ||
"coffeelint": "^2.0.7", | ||
"coffeescript": "^2.0.2", | ||
"mocha": "^4.0.0" | ||
"eslint": "^7.16.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-chai": "0.0.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-mocha": "^8.0.0", | ||
"mocha": "^8.2.1" | ||
}, | ||
"scripts": { | ||
"pretest": "coffeelint -r components test_components spec", | ||
"test": "mocha --require coffeescript/register -R spec -t 2000 spec/*.coffee" | ||
"pretest": "eslint .", | ||
"test": "mocha -R spec -t 2000 spec/*.js" | ||
}, | ||
"noflo": { | ||
"icon": "globe", | ||
"loader": "ComponentLoader.coffee" | ||
"loader": "ComponentLoader.js" | ||
} | ||
} |
noflo-xpress | ||
============ | ||
[![Build Status](https://travis-ci.org/noflo/noflo-xpress.svg?branch=master)](https://travis-ci.org/noflo/noflo-xpress) | ||
High-level Express.js components for NoFlo | ||
@@ -22,2 +20,8 @@ | ||
#### 0.6.0 | ||
- Migrated from CoffeeScript to modern JavaScript | ||
#### 0.5.0 | ||
- Updated for NoFlo 1.x | ||
#### 0.4.1 | ||
@@ -24,0 +28,0 @@ - fixed lifecycle for Server component |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
38306
26
1172
57
7
1
6
+ Addeduuid@8.3.2(transitive)
- Removeduuid@3.4.0(transitive)
Updateduuid@^8.3.2