Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "bint", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A binary tree implementation, providing a standalone class that can be used as a data structure in other projects.", | ||
"main": "bint.js", | ||
"typings": "dist/bint.d.ts", | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:umd", | ||
"build:ts": "tsc", | ||
"build:umd": "rollup -c", | ||
"lint": "tslint -c tslint.json 'src/*.ts'" | ||
}, | ||
@@ -26,8 +30,17 @@ "repository": { | ||
], | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Brad Davies", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/varbrad/bint/issues" | ||
}, | ||
"homepage": "https://github.com/varbrad/bint#readme" | ||
"homepage": "https://github.com/varbrad/bint#readme", | ||
"devDependencies": { | ||
"rollup": "^0.41.6", | ||
"rollup-plugin-uglify": "^1.0.1", | ||
"tslint": "^5.0.0", | ||
"typescript": "^2.2.2" | ||
}, | ||
"dependencies": { | ||
"bintrees": "^1.0.1" | ||
} | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
9206
14
0
219
1
1
4
+ Addedbintrees@^1.0.1
+ Addedbintrees@1.0.2(transitive)