Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bayer

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bayer - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [1.0.4](https://github.com/dmnsgn/bayer/compare/v1.0.3...v1.0.4) (2024-07-06)
## [1.0.3](https://github.com/dmnsgn/bayer/compare/v1.0.2...v1.0.3) (2023-08-07)

@@ -7,0 +11,0 @@

14

package.json
{
"name": "bayer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Compute the bayer matrix for powers of two. Useful for ordered dithering algorithms.",

@@ -14,3 +14,6 @@ "keywords": [

"bugs": "https://github.com/dmnsgn/bayer/issues",
"repository": "dmnsgn/bayer",
"repository": {
"type": "git",
"url": "git+https://github.com/dmnsgn/bayer.git"
},
"funding": [

@@ -29,3 +32,8 @@ {

"type": "module",
"exports": "./index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./index.js"
}
},
"main": "index.js",

@@ -32,0 +40,0 @@ "types": "types/index.d.ts",

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