Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lerc

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerc - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

.eslintrc

8

CHANGELOG.md

@@ -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.

35

package.json
{
"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"
}
}

2

README.md

@@ -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");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc