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 3.1.51 to 3.1.52

8

CHANGELOG.md
# Change Log
- **Last updated**: 2023-10-23T07:37:37Z
- **Last updated**: 2023-11-09T10:02:12Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

### [3.1.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/morton@3.1.52) (2023-11-09)
#### ♻️ Refactoring
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/morton@3.1.0) (2021-11-17)

@@ -14,0 +20,0 @@

23

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

@@ -31,19 +31,18 @@ "type": "module",

"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
"doc:readme": "yarn doc:stats && tools:readme",
"doc:stats": "tools:module-stats",
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
"pub": "yarn npm publish --access public",
"test": "testament test"
"test": "bun test"
},
"dependencies": {
"@thi.ng/api": "^8.9.6",
"@thi.ng/binary": "^3.3.35",
"@thi.ng/errors": "^2.4.0",
"@thi.ng/math": "^5.7.1"
"@thi.ng/api": "^8.9.7",
"@thi.ng/binary": "^3.3.36",
"@thi.ng/errors": "^2.4.1",
"@thi.ng/math": "^5.7.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.38.0",
"@thi.ng/testament": "^0.3.24",
"@microsoft/api-extractor": "^7.38.2",
"@thi.ng/testament": "^0.4.0",
"rimraf": "^5.0.5",
"tools": "^0.0.1",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"

@@ -108,3 +107,3 @@ },

},
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
"gitHead": "9f4d8ad79bca1d68214fbc9bbc5fb55f5a445f7e\n"
}

@@ -67,3 +67,3 @@ <!-- This file is generated - DO NOT EDIT! -->

Package sizes (brotli'd, pre-treeshake): ESM: 1.90 KB
Package sizes (brotli'd, pre-treeshake): ESM: 2.00 KB

@@ -70,0 +70,0 @@ ## Dependencies

@@ -46,2 +46,7 @@ import { MASKS } from "@thi.ng/binary/constants";

}
dim;
bits;
order;
masks;
wipeMasks;
/**

@@ -48,0 +53,0 @@ * @param dim - dimensions

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