Socket
Socket
Sign inDemoInstall

konva

Package Overview
Dependencies
Maintainers
1
Versions
211
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 1.0.0 to 1.0.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

## [Not released][Not released]
## [1.0.1][2016-07-05]
### Changed
- you can now unset property by `node.x(undefined)` or `node.setAttr('x', null)`
### Fixed
- Bug fix for case when `touchend` event throws error
## [1.0.0][2016-07-05]

@@ -7,0 +17,0 @@

2

package.json
{
"name": "konva",
"version": "1.0.0",
"version": "1.0.1",
"author": "Anton Lavrenov",

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

@@ -23,3 +23,3 @@ ![Konva logo](https://raw.githubusercontent.com/konvajs/konvajs.github.io/master/apple-touch-icon-180x180.png)

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

@@ -69,6 +69,6 @@ <script>

```html
<script src="https://cdn.rawgit.com/konvajs/konva/1.0.0/konva.min.js"></script>
<script src="https://cdn.rawgit.com/konvajs/konva/1.0.1/konva.min.js"></script>
```
You can use CDN: [https://cdn.rawgit.com/konvajs/konva/1.0.0/konva.min.js](https://cdn.rawgit.com/konvajs/konva/1.0.0/konva.min.js)
You can use CDN: [https://cdn.rawgit.com/konvajs/konva/1.0.1/konva.min.js](https://cdn.rawgit.com/konvajs/konva/1.0.1/konva.min.js)

@@ -75,0 +75,0 @@ ###2 Load via AMD (requirejs):

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

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