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

noflo-xpress

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noflo-xpress - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

.eslintrc.json

21

package.json
{
"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

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