data-joint
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "data-joint", | ||
"version": "0.0.1" | ||
"version": "1.0.0", | ||
"description": "Perform data joins with any type of JS objects", | ||
"unpkg": "dist/data-joint.min.js", | ||
"main": "dist/data-joint.common.js", | ||
"module": "dist/data-joint.module.js", | ||
"homepage": "https://github.com/vasturiano/data-joint", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vasturiano/data-joint.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/vasturiano/data-joint/issues" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"data", | ||
"array", | ||
"join", | ||
"digest", | ||
"performance" | ||
], | ||
"author": { | ||
"name": "Vasco Asturiano", | ||
"url": "http://bl.ocks.org/vasturiano" | ||
}, | ||
"files": [ | ||
"src/**/*", | ||
"dist/**/*", | ||
"example/**/*" | ||
], | ||
"scripts": { | ||
"build": "rimraf dist && rollup -c", | ||
"dev": "rollup -c -w", | ||
"minify": "terser dist/data-joint.js -o dist/data-joint.min.js -c -m --comments '/Version/'", | ||
"build-module": "rollup -c rollup.config.module.js", | ||
"prepare": "npm run build && npm run minify && npm run build-module" | ||
}, | ||
"dependencies": { | ||
"index-array-by": "^1.2.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.12.4", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"rollup-plugin-node-resolve": "^5.0.0", | ||
"terser": "^4.0.0" | ||
} | ||
} |
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
51432
0
674
0
0
0
66
0
1
10
9
+ Addedindex-array-by@^1.2.3
+ Addedindex-array-by@1.4.2(transitive)