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

konva

Package Overview
Dependencies
Maintainers
1
Versions
212
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 2.1.5 to 2.1.6

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Change Log

## [2.1.6][2018-06-16]
## Fixed
* Removed wrong dep
* Typescript fixes
## [2.1.5][2018-06-15]

@@ -10,0 +17,0 @@

6

konva.d.ts

@@ -205,4 +205,4 @@ declare namespace Konva {

getAbsoluteOpacity(): number;
getAbsolutePosition(): Vector2d;
getAbsoluteTransform(): Transform;
getAbsolutePosition(top?: Container): Vector2d;
getAbsoluteTransform(top?: Container): Transform;
getAbsoluteZIndex(): number;

@@ -427,2 +427,3 @@ getAncestors(): Collection;

dashEnabled(dashEnabled: boolean): this;
drawHit(canvas?: Canvas, top?: Container, caching?: boolean): this;
drawHitFromCache(alphaThreshold: number): this;

@@ -489,2 +490,3 @@ fill(): string;

fillPriority(priority: string): this;
getSelfRect(): SizeConfig;
hasFill(): boolean;

@@ -491,0 +493,0 @@ hasShadow(): boolean;

{
"name": "konva",
"version": "2.1.5",
"version": "2.1.6",
"author": "Anton Lavrenov",

@@ -30,3 +30,2 @@ "files": [

"gulp-jsdoc3": "^1.0.1",
"gulp-mocha-phantomjs": "^0.12.2",
"gulp-rename": "^1.2.2",

@@ -37,3 +36,4 @@ "gulp-replace": "^0.6.1",

"mocha": "4.0.1",
"prettier": "^1.9.2"
"prettier": "^1.9.2",
"mocha-headless-chrome": "^2.0.0"
},

@@ -63,5 +63,3 @@ "keywords": [

"license": "MIT",
"dependencies": {
"mocha-headless-chrome": "^2.0.0"
}
"dependencies": {}
}

@@ -26,3 +26,3 @@ <p align="center">

```html
<script src="https://cdn.rawgit.com/konvajs/konva/2.1.5/konva.min.js"></script>
<script src="https://cdn.rawgit.com/konvajs/konva/2.1.6/konva.min.js"></script>
<div id="container"></div>

@@ -29,0 +29,0 @@ <script>

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