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.1 to 2.0.2

94

CHANGELOG.md

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

## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@2.0.0...@thi.ng/morton@2.0.1) (2020-01-26)
## [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)

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

### Features

@@ -24,3 +23,2 @@

### Performance Improvements

@@ -31,3 +29,2 @@

### BREAKING CHANGES

@@ -37,49 +34,4 @@

## [1.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.1.4...@thi.ng/morton@1.1.5) (2019-11-30)
**Note:** Version bump only for package @thi.ng/morton
## [1.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.1.3...@thi.ng/morton@1.1.4) (2019-11-09)
**Note:** Version bump only for package @thi.ng/morton
## [1.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.1.2...@thi.ng/morton@1.1.3) (2019-08-21)
**Note:** Version bump only for package @thi.ng/morton
## [1.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.1.1...@thi.ng/morton@1.1.2) (2019-07-31)
**Note:** Version bump only for package @thi.ng/morton
## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.1.0...@thi.ng/morton@1.1.1) (2019-07-12)
**Note:** Version bump only for package @thi.ng/morton
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.9...@thi.ng/morton@1.1.0) (2019-07-07)
### Features

@@ -89,43 +41,4 @@

## [1.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.8...@thi.ng/morton@1.0.9) (2019-05-22)
**Note:** Version bump only for package @thi.ng/morton
## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.7...@thi.ng/morton@1.0.8) (2019-04-24)
**Note:** Version bump only for package @thi.ng/morton
## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.6...@thi.ng/morton@1.0.7) (2019-04-02)
**Note:** Version bump only for package @thi.ng/morton
## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.5...@thi.ng/morton@1.0.6) (2019-03-28)
**Note:** Version bump only for package @thi.ng/morton
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.2.2...@thi.ng/morton@1.0.0) (2019-01-21)
### Build System

@@ -135,3 +48,2 @@

### BREAKING CHANGES

@@ -147,6 +59,4 @@

# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@0.1.0...@thi.ng/morton@0.2.0) (2018-10-21)
### Features

@@ -156,8 +66,6 @@

# 0.1.0 (2018-10-17)
### Features
* **morton:** import & update [@thi](https://github.com/thi).ng/morton package (MBP2010) ([501536b](https://github.com/thi-ng/umbrella/commit/501536b))

22

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

@@ -31,15 +31,15 @@ "module": "./index.js",

"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.7.7",
"@types/mocha": "^5.2.7",
"@types/node": "^13.5.0",
"mocha": "^7.0.0",
"@microsoft/api-extractor": "^7.7.8",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.4",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"ts-node": "^8.6.2",
"typedoc": "^0.16.8",
"typescript": "^3.7.5"
"typedoc": "^0.16.10",
"typescript": "^3.8.2"
},
"dependencies": {
"@thi.ng/api": "^6.7.1",
"@thi.ng/binary": "^1.2.1",
"@thi.ng/math": "^1.6.0"
"@thi.ng/api": "^6.8.0",
"@thi.ng/binary": "^1.3.0",
"@thi.ng/math": "^1.7.0"
},

@@ -76,3 +76,3 @@ "keywords": [

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

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

@@ -1,2 +0,2 @@

# ${pkg.name}
# ${pkg.banner}

@@ -3,0 +3,0 @@ [![npm version](https://img.shields.io/npm/v/${pkg.name}.svg)](https://www.npmjs.com/package/${pkg.name})

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