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

canvas-pattern

Package Overview
Dependencies
Maintainers
0
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.2 to 1.0.3

4

CHANGELOG.md

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

## [1.0.3](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.2...v1.0.3) (2024-07-06)
## [1.0.2](https://github.com/dmnsgn/canvas-pattern/compare/v1.0.1...v1.0.2) (2024-05-27)

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

@@ -48,1 +48,3 @@ /**

export default canvasPattern;
export * from "./types.js";

20

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

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

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

@@ -28,3 +31,8 @@ {

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

@@ -34,5 +42,5 @@ "types": "types/index.d.ts",

"async-preloader": "^8.0.3",
"canvas-context": "^3.2.0",
"canvas-context": "^3.3.0",
"es-module-shims": "^1.10.0",
"tweakpane": "^4.0.3"
"tweakpane": "^4.0.4"
},

@@ -42,4 +50,4 @@ "engines": {

"npm": ">=10.5.1",
"snowdev": "2.0.0-alpha.28"
"snowdev": ">=2.2.x"
}
}
export default canvasPattern;
export * from "./types.js";
/**

@@ -3,0 +4,0 @@ * Draw and cache a repeated pattern on a canvas context.

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