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

canvas-pattern

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-pattern - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.nojekyll

6

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [1.0.2](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.1...v1.0.2) (2024-05-27)
## [1.0.1](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.0...v1.0.1) (2022-08-16)

@@ -6,0 +10,0 @@

13

package.json
{
"name": "canvas-pattern",
"version": "1.0.1",
"version": "1.0.2",
"description": "Draw and cache a repeated pattern on a canvas context.",

@@ -31,11 +31,12 @@ "keywords": [

"devDependencies": {
"async-preloader": "^7.0.0",
"async-preloader": "^8.0.3",
"canvas-context": "^3.2.0",
"es-module-shims": "^1.5.16",
"tweakpane": "^3.1.0"
"es-module-shims": "^1.10.0",
"tweakpane": "^4.0.3"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
"node": ">=22.0.0",
"npm": ">=10.5.1",
"snowdev": "2.0.0-alpha.28"
}
}

@@ -58,3 +58,3 @@ # canvas-pattern

<dd></dd>
<dt><a href="#CanvasPatternOptions">CanvasPatternOptions</a> : <code>Object</code></dt>
<dt><a href="#CanvasPatternOptions">CanvasPatternOptions</a> : <code>object</code></dt>
<dd><p>Options to draw. All optional.</p>

@@ -89,3 +89,3 @@ </dd>

## CanvasPatternOptions : <code>Object</code>
## CanvasPatternOptions : <code>object</code>

@@ -92,0 +92,0 @@ Options to draw. All optional.

@@ -6,3 +6,3 @@ /**

/**
* @typedef {Object} CanvasPatternOptions Options to draw. All optional.
* @typedef {object} CanvasPatternOptions Options to draw. All optional.
* @property {CanvasPattern} [pattern] The CanvasPattern to draw. Created and returned by the function for reuse.

@@ -9,0 +9,0 @@ * @property {CanvasPatternRepetition} [repetition] A DOMString indicating how to repeat the pattern's image.

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