Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "kashe", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"description": "Stateless memoization replacement for reselect and memoize-one", | ||
"main": "dist/es5/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "ts-react-toolbox test", | ||
"bootstrap": "ts-react-toolbox init", | ||
"dev": "ts-react-toolbox dev", | ||
"test:ci": "ts-react-toolbox test --runInBand --coverage", | ||
"build": "ts-react-toolbox build", | ||
"release": "ts-react-toolbox release", | ||
"lint": "ts-react-toolbox lint", | ||
"static": "ts-react-toolbox publish", | ||
"format": "ts-react-toolbox format", | ||
"analyze": "ts-react-toolbox analyze" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"repository": "https://github.com/theKashey/kashe/", | ||
"author": "theKashey <thekashey@gmail.com>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ts-jest": "^24.0.0", | ||
"ts-react-toolbox": "^0.2.2", | ||
"typescript": "^3.3.3333" | ||
}, | ||
"engines": { | ||
"node": ">=8.5.0" | ||
}, | ||
"jsnext:main": "dist/es2015/index.js", | ||
"module": "dist/es2015/index.js", | ||
"types": "dist/es5/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"reselect" | ||
], | ||
"keywords": [ | ||
"memoize", | ||
"memoization", | ||
"cache", | ||
"performance", | ||
"weak" | ||
], | ||
"resolutions": { | ||
"typescript": "^3.0.0", | ||
"ts-react-toolbox/typescript": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"function-double": "^1.0.4", | ||
"reselect": "^4.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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 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
31463
27
531
1
2
0
252
2
3
+ Addedfunction-double@^1.0.4
+ Addedreselect@^4.0.0
+ Addedfunction-double@1.0.4(transitive)
+ Addedreselect@4.1.8(transitive)
+ Addedutil-arity@1.1.0(transitive)