data-structure-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "data-structure-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Provide the basic and frequently used data structure implementation in js.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "jest", | ||
"lint": "eslint --ext .js src/*", | ||
"build": "rimraf lib/ && webpack --colors --config ./scripts/webpack.config.js" | ||
}, | ||
"author": "ryuyutyo <liuyouchao111@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.2.1", | ||
"babel-jest": "^22.0.4", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-env": "^1.6.1", | ||
"eslint": "^4.15.0", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"jest": "^22.0.5", | ||
"rimraf": "^2.6.2", | ||
"webpack": "^3.10.0" | ||
} | ||
} |
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6824
10
171
1
1
1
0
11