isomorphism
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "isomorphism", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Find subgraph isomorphisms with Ullman's 1976 algorithm.", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"flow": "flow", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "babel -d lib/ src/", | ||
"build:flow": "flow-copy-source -v src lib", | ||
"build": "npm run build:clean && npm run build:lib && npm run build:flow", | ||
"test:mocha": "mocha", | ||
"test": "npm run build && npm run test:mocha", | ||
"prepublish": "npm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/bwestergard/isomorphism.git" | ||
}, | ||
"keywords": [ | ||
@@ -16,4 +27,18 @@ "graph", | ||
], | ||
"dependencies": { | ||
"ramda": "^0.21.0" | ||
}, | ||
"devDependencies": { | ||
"assert": "^1.4.1", | ||
"babel-cli": "^6.18.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.18.0", | ||
"babel-preset-es2015": "^6.18.0", | ||
"flow-bin": "^0.30.0", | ||
"flow-copy-source": "^1.1.0", | ||
"mocha": "^3.2.0", | ||
"rimraf": "^2.5.4", | ||
"standard": "^8.6.0" | ||
}, | ||
"author": "Bjorn Westergard", | ||
"license": "MIT" | ||
} |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15274
10
287
1
3
0
1
9
+ Addedramda@^0.21.0
+ Addedramda@0.21.0(transitive)