nano-memoize
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ (function() { |
{ | ||
"name": "nano-memoize", | ||
"version": "v1.2.1", | ||
"version": "v1.3.0", | ||
"description": "Faster than fast, smaller than micro ... a nano speed and nano size memoizer.", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"engines": {}, | ||
@@ -10,5 +11,4 @@ "sideEffects": false, | ||
"scripts": { | ||
"test": "mocha ./test/index.js", | ||
"prepare": "cp ./src/nano-memoize.js ./index.js && cp ./src/nano-memoize.js dist/nano-memoize.js && npx bread-compressor dist && browserify ./src/nano-memoize.js -o browser/nano-memoize.js && uglifyjs browser/nano-memoize.js -o browser/nano-memoize.min.js && uglifyjs src/nano-memoize.js -o dist/nano-memoize.min.js" | ||
}, | ||
"test": "mocha ./test/index.js" | ||
}, | ||
"repository": { | ||
@@ -15,0 +15,0 @@ "type": "git", |
@@ -172,4 +172,2 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/30ce201484754fa5b0a6c6046abb842d)](https://www.codacy.com/app/syblackwell/nano-memoize?utm_source=github.com&utm_medium=referral&utm_content=anywhichway/nano-memoize&utm_campaign=Badge_Grade) | ||
Use the code in the [`browser`](browser/) directory for the browser | ||
The code is hand-crafted to run across all browsers all the way back to IE 11. No transpiling is necessary. | ||
@@ -216,2 +214,6 @@ | ||
2022-03-30 v1.3.0 Dropped support for `dist` and `browser` directories. | ||
2022-03-15 v1.2.2 Bumped minor version for TS typings and some package dependency updates. | ||
2020-11-02 v1.2.1 Added main: "index.js" reference in package.json. | ||
@@ -218,0 +220,0 @@ |
@@ -0,0 +0,0 @@ (function() { |
@@ -0,0 +0,0 @@ var chai, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
288
0
1
62136
17
829