Comparing version 4.0.1 to 4.0.2
@@ -10,2 +10,10 @@ # Change Log | ||
## [4.0.2] - 2023-10-27 | ||
* Fixed a small memory leak when nDepth is more than 1 and when noData value is actually used in one or more bands. | ||
## [4.0.1] - 2022-07-19 | ||
* Export typings. | ||
## [4.0.0] - 2022-07-15 | ||
Now uses web assembly, as a result: | ||
@@ -12,0 +20,0 @@ * The existing Javascript decoder ```js/LercDecode.js``` is deprecated. It will be removed in next major release. |
{ | ||
"name": "lerc", | ||
"version": "4.0.1", | ||
"type": "module", | ||
"version": "4.0.2", | ||
"browser": "LercDecode.js", | ||
@@ -18,3 +19,19 @@ "bugs": { | ||
], | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "~5.33.1", | ||
"@typescript-eslint/parser": "~5.33.1", | ||
"eslint": "~8.15.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"grunt": "~1.5.3", | ||
"grunt-contrib-clean": "~2.0.1", | ||
"grunt-contrib-concat": "~2.1.0", | ||
"grunt-contrib-copy": "~1.0.0", | ||
"grunt-eslint": "~24.0.0", | ||
"grunt-rollup": "~12.0.0", | ||
"grunt-terser": "~2.0.0", | ||
"prettier": "~2.6.2", | ||
"rollup": "~2.73.0", | ||
"terser": "~5.14.2", | ||
"typescript": "~4.7.4" | ||
}, | ||
"homepage": "https://github.com/Esri/lerc", | ||
@@ -29,4 +46,12 @@ "license": "Apache-2.0", | ||
}, | ||
"scripts": {}, | ||
"dependencies": {} | ||
} | ||
"scripts": { | ||
"build": "npm run ts && grunt clean && grunt dist --format=umd && grunt dist --format=es && npm run tests:sanity", | ||
"dev": "npm run ts && grunt clean && grunt --format=umd && npm run tests:sanity", | ||
"tests": "npm run tests:sanity && npm run tests:level2", | ||
"tests:sanity": "node tests/sanity.js", | ||
"tests:level2": "node tests/level2.js", | ||
"lint": "grunt eslint", | ||
"rollup": "rollup wasm/Lerc.js --file dist/LercDecode.js --format umd --name Lerc --sourcemap true", | ||
"ts": "tsc" | ||
} | ||
} |
@@ -110,3 +110,3 @@ [![npm version][npm-img]][npm-url] | ||
Copyright © 2017-2022 Esri | ||
Copyright © 2017-2023 Esri | ||
@@ -113,0 +113,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
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
Obfuscated code
Supply chain riskObfuscated files are intentionally packed to hide their behavior. This could be a sign of malware.
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 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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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 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
19
1556
0
10
Yes
240279
15
1
7