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

konva

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

konva - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## 8.0.3
## 8.0.4

@@ -9,0 +9,0 @@ - Fix fill pattern updates on `fillPatternX` and `fillPatternY` changes.

@@ -16,3 +16,3 @@ var PI_OVER_180 = Math.PI / 180;

_global: glob,
version: '8.0.3',
version: '8.0.4',
isBrowser: detectBrowser(),

@@ -19,0 +19,0 @@ isUnminified: /param/.test(function (param) { }.toString()),

@@ -96,3 +96,3 @@ import { Konva } from './Global.js';

const tr = new Transform();
tr.translate(this.fillPatternX(), this.fillPatternX());
tr.translate(this.fillPatternX(), this.fillPatternY());
tr.rotate(Konva.getAngle(this.fillPatternRotation()));

@@ -99,0 +99,0 @@ tr.scale(this.fillPatternScaleX(), this.fillPatternScaleY());

{
"name": "konva",
"version": "8.0.3",
"version": "8.0.4",
"author": "Anton Lavrenov",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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