New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/morton

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/morton - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

26

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.4...@thi.ng/morton@2.0.5) (2020-03-06)
## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.5...@thi.ng/morton@2.0.6) (2020-03-28)

@@ -15,26 +15,2 @@ **Note:** Version bump only for package @thi.ng/morton

## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.3...@thi.ng/morton@2.0.4) (2020-02-26)
**Note:** Version bump only for package @thi.ng/morton
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.2...@thi.ng/morton@2.0.3) (2020-02-26)
**Note:** Version bump only for package @thi.ng/morton
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.1...@thi.ng/morton@2.0.2) (2020-02-25)
**Note:** Version bump only for package @thi.ng/morton
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.1.5...@thi.ng/morton@2.0.0) (2020-01-24)

@@ -41,0 +17,0 @@

13

package.json
{
"name": "@thi.ng/morton",
"version": "2.0.5",
"version": "2.0.6",
"description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions",

@@ -24,3 +24,3 @@ "module": "./index.js",

"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",
"doc:readme": "../../scripts/generate-readme",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "node_modules/.bin/typedoc --mode modules --out doc src",

@@ -42,5 +42,6 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",

"dependencies": {
"@thi.ng/api": "^6.8.3",
"@thi.ng/binary": "^2.0.0",
"@thi.ng/math": "^1.7.3"
"@thi.ng/api": "^6.9.0",
"@thi.ng/binary": "^2.0.1",
"@thi.ng/math": "^1.7.4",
"tslib": "^1.11.1"
},

@@ -77,3 +78,3 @@ "keywords": [

},
"gitHead": "18014ee1e4978dac7eb2e5d51d0a6ff7d82e9ffc"
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8"
}
<!-- This file is generated - DO NOT EDIT! -->
# ![@thi.ng/morton](https://media.thi.ng/umbrella/banners/thing-morton.svg?1581297779)
# ![@thi.ng/morton](https://media.thi.ng/umbrella/banners/thing-morton.svg?1585427324)

@@ -19,3 +19,3 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/morton.svg)](https://www.npmjs.com/package/@thi.ng/morton)

- [ZCurve class](#zcurve-class)
- [Low level (2D / 3D only)](#low-level-2d--3d-only)
- [Low level (2D / 3D only)](#low-level-2d---3d-only)
- [Authors](#authors)

@@ -51,3 +51,3 @@ - [License](#license)

Package sizes (gzipped): ESM: 2.0KB / CJS: 2.1KB / UMD: 2.1KB
Package sizes (gzipped): ESM: 2.01 KB / CJS: 2.14 KB / UMD: 2.09 KB

@@ -59,2 +59,3 @@ ## Dependencies

- [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
- [tslib](https://github.com/thi-ng/umbrella/tree/develop/packages/undefined)

@@ -61,0 +62,0 @@ ## API

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