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

@thi.ng/pixel

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/pixel - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.4.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.4.8...@thi.ng/pixel@0.4.9) (2020-12-07)
**Note:** Version bump only for package @thi.ng/pixel
## [0.4.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.4.7...@thi.ng/pixel@0.4.8) (2020-11-26)

@@ -8,0 +16,0 @@

2

float.d.ts
import { Fn, NumericArray } from "@thi.ng/api";
import { BlendFnFloat, BlitOpts, FloatFormat, FloatFormatSpec, PackedFormat } from "./api";
import type { BlendFnFloat, BlitOpts, FloatFormat, FloatFormatSpec, PackedFormat } from "./api";
import { PackedBuffer } from "./packed";

@@ -4,0 +4,0 @@ /**

{
"name": "@thi.ng/pixel",
"version": "0.4.8",
"version": "0.4.9",
"description": "Typed array backed, packed integer and unpacked floating point pixel buffers w/ customizable formats, blitting, dithering, conversions",

@@ -52,6 +52,6 @@ "module": "./index.js",

"dependencies": {
"@thi.ng/api": "^6.13.3",
"@thi.ng/api": "^6.13.4",
"@thi.ng/checks": "^2.7.11",
"@thi.ng/math": "^2.2.1",
"@thi.ng/porter-duff": "^0.1.33"
"@thi.ng/math": "^2.2.2",
"@thi.ng/porter-duff": "^0.1.34"
},

@@ -94,3 +94,3 @@ "files": [

},
"gitHead": "f1a636bafd0558f1a4c098dab39639708886a692"
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0"
}

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

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=is%3Aissue+is%3Aopen+%5Bpixel%5D)
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bpixel%5D+in%3Atitle)

@@ -234,4 +234,15 @@ ### Related packages

If this project contributes to an academic publication, please cite it as:
```bibtex
@misc{thing-pixel,
title = "@thi.ng/pixel",
author = "Karsten Schmidt",
note = "https://thi.ng/pixel",
year = 2019
}
```
## License
&copy; 2019 - 2020 Karsten Schmidt // Apache Software License 2.0
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