Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "ezpz", | ||
"version": "0.0.1", | ||
"description": "Easy build system", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": "stylesheet helper", | ||
"main": "build/bundle.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "node scripts/build.js", | ||
"test": "jest", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" | ||
}, | ||
"author": "Bill Columbia", | ||
"license": "MIT" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/lazopm/peitho" | ||
}, | ||
"author": "Pablo Lazo <lazopm@gmail.com> (lazopm.com)", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-preset-env": "^1.5.1", | ||
"babel-preset-stage-3": "^6.24.1", | ||
"coveralls": "^2.13.1", | ||
"jest": "^20.0.4", | ||
"rollup": "^0.41.6", | ||
"rollup-plugin-babel": "^2.7.1", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"uglify-es": "^3.0.15" | ||
}, | ||
"jest": { | ||
"verbose": true, | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"src/**/*.js" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
"src/main.js" | ||
] | ||
}, | ||
"dependencies": { | ||
"lodash.memoize": "^4.1.2" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
122168
24
420
1
1
57
1
12
2
+ Addedlodash.memoize@^4.1.2
+ Addedlodash.memoize@4.1.2(transitive)