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

@thi.ng/porter-duff

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/porter-duff - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

8

CHANGELOG.md

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

## [0.1.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/porter-duff@0.1.20...@thi.ng/porter-duff@0.1.21) (2020-06-14)
**Note:** Version bump only for package @thi.ng/porter-duff
## [0.1.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/porter-duff@0.1.19...@thi.ng/porter-duff@0.1.20) (2020-06-01)

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

8

package.json
{
"name": "@thi.ng/porter-duff",
"version": "0.1.20",
"version": "0.1.21",
"description": "Porter-Duff operators for packed ints & float-array alpha compositing",

@@ -46,4 +46,4 @@ "module": "./index.js",

"dependencies": {
"@thi.ng/api": "^6.11.0",
"@thi.ng/math": "^1.7.10",
"@thi.ng/api": "^6.11.1",
"@thi.ng/math": "^1.7.11",
"tslib": "^1.12.0"

@@ -77,3 +77,3 @@ },

},
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93"
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e"
}
import { clamp, clamp01 } from "@thi.ng/math";
import { postmultiply, postmultiplyInt, premultiply, premultiplyInt } from "./premultiply";
import { postmultiply, postmultiplyInt, premultiply, premultiplyInt, } from "./premultiply";
import { setC4, setN4 } from "./utils";

@@ -4,0 +4,0 @@ const min = Math.min;

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