Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "fbp-graph", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "JavaScript FBP graph library", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "nyc grunt test" | ||
}, | ||
@@ -23,16 +23,24 @@ "repository": { | ||
"homepage": "https://github.com/flowbased/fbp-graph#readme", | ||
"engines": { | ||
"node": ">= 6" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"coffee-loader": "^0.7.2", | ||
"coffee-script": "^1.12.2", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-es2015": "^6.24.1", | ||
"chai": "^4.0.1", | ||
"coffee-loader": "^0.9.0", | ||
"coffeescript": "^2.0.2", | ||
"coveralls": "^3.0.0", | ||
"fbp-loader": "^0.1.1", | ||
"grunt": "^1.0.1", | ||
"grunt-coffeelint": "0.0.16", | ||
"grunt-contrib-coffee": "^1.0.0", | ||
"grunt-contrib-coffee": "^2.0.0", | ||
"grunt-contrib-connect": "^1.0.2", | ||
"grunt-mocha-phantomjs": "^4.0.0", | ||
"grunt-mocha-test": "^0.13.2", | ||
"grunt-noflo-browser": "^1.0.2", | ||
"grunt-noflo-browser": "^1.4.0", | ||
"json-loader": "^0.5.4", | ||
"mocha": "^3.2.0" | ||
"mocha": "^4.0.0", | ||
"nyc": "^11.3.0" | ||
}, | ||
@@ -42,3 +50,8 @@ "dependencies": { | ||
"fbp": "^1.5.0" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"lib/*.js" | ||
] | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
FBP Graph library for JavaScript | ||
FBP Graph library for JavaScript [![Build Status](https://travis-ci.org/flowbased/fbp-graph.svg?branch=master)](https://travis-ci.org/flowbased/fbp-graph) [![Greenkeeper badge](https://badges.greenkeeper.io/flowbased/fbp-graph.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/flowbased/fbp-graph/badge.svg?branch=master)](https://coveralls.io/github/flowbased/fbp-graph?branch=master) | ||
================================ | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
79823
18
12
15
1