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 1.7.3 to 1.7.4

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

## [1.7.4][2017-10-30]
## Fixed
- `isBrowser` detection for electron
## [1.7.3][2017-10-19]

@@ -9,0 +14,0 @@

7

package.json
{
"name": "konva",
"version": "1.7.3",
"version": "1.7.4",
"author": "Anton Lavrenov",

@@ -57,6 +57,3 @@ "files": [

},
"license": "MIT",
"dependencies": {
"konva-node": "^0.5.2"
}
"license": "MIT"
}

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

typeof window !== 'undefined' &&
{}.toString.call(window) === '[object Window]',
// browser case
({}.toString.call(window) === '[object Window]' ||
// electron case
{}.toString.call(window) === '[object global]'),

@@ -57,0 +60,0 @@ // configurations

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