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

jsonflow

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonflow - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.npmignore

8

index.js

@@ -1,1 +0,7 @@

console.log('Comming soon');
'use strict';
module.exports = {
Step: require('jsonbeat'),
Pipe: require('./lib/jsonpipe'),
Flow: require('./lib/jsonflow')
};
{
"name": "jsonflow",
"version": "0.1.0",
"version": "0.1.1",
"description": "JSON data processing in flow",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"bdd": "node_modules/.bin/cucumber.js test/bdd/features/${BDD_FILE:-*.feature}",
"tdd": "node_modules/.bin/mocha test/tdd/${TDD_FILE:-*-test.js}"
},
"author": "acegik",
"license": "MIT"
"author": "devebot",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.7",
"debug": "^2.6.1",
"jsonbeat": "^0.2.0",
"jsonvalidator": "^0.1.1",
"loadsync": "^0.1.7"
},
"devDependencies": {
"chai": "^3.5.0",
"cucumber": "^2.0.0-rc.7",
"mocha": "^3.2.0"
}
}
package.json~
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