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

react-konva

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-konva - npm Package Compare versions

Comparing version

to
1.1.6

2

package.json
{
"name": "react-konva",
"description": "React binding to canvas element via Konva framework",
"version": "1.1.5",
"version": "1.1.6",
"keywords": [

@@ -6,0 +6,0 @@ "react",

@@ -44,2 +44,5 @@ import * as React from 'react';

export interface StageProps extends Pick<React.HTMLProps<any>, 'className' | 'role' | 'style' | 'tabIndex' | 'title'> {
x?: number;
y?: number;
name?: string;
width?: number | string;

@@ -46,0 +49,0 @@ height?: number | string;