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

@thi.ng/geom-trace-bitmap

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/geom-trace-bitmap - npm Package Compare versions

Comparing version 0.3.60 to 0.3.61

8

CHANGELOG.md
# Change Log
- **Last updated**: 2024-02-22T11:59:16Z
- **Last updated**: 2024-02-22T23:15:26Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

### [0.3.61](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-trace-bitmap@0.3.61) (2024-02-22)
#### ♻️ Refactoring
- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))
### [0.3.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-trace-bitmap@0.3.35) (2023-11-09)

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

12

package.json
{
"name": "@thi.ng/geom-trace-bitmap",
"version": "0.3.60",
"version": "0.3.61",
"description": "Bitmap image to hairline vector and point cloud conversions",

@@ -40,6 +40,6 @@ "type": "module",

"@thi.ng/errors": "^2.4.18",
"@thi.ng/grid-iterators": "^4.0.53",
"@thi.ng/matrices": "^2.3.16",
"@thi.ng/pixel": "^6.1.10",
"@thi.ng/vectors": "^7.10.10"
"@thi.ng/grid-iterators": "^4.0.54",
"@thi.ng/matrices": "^2.3.17",
"@thi.ng/pixel": "^6.1.11",
"@thi.ng/vectors": "^7.10.11"
},

@@ -104,3 +104,3 @@ "devDependencies": {

},
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
"gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
}

@@ -72,9 +72,3 @@ import { illegalArgs } from "@thi.ng/errors/illegal-arguments";

const traceLines = (opts, order, border, tx, acc = []) => {
let { img, select, clear, last, min, max } = {
clear: 0,
last: true,
min: 2,
max: Infinity,
...opts
};
let { clear = 0, last = true, min = 2, max = Infinity, img, select } = opts;
min--;

@@ -81,0 +75,0 @@ let curr = [];

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