Socket
Socket
Sign inDemoInstall

react-konva

Package Overview
Dependencies
Maintainers
1
Versions
128
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 17.0.2-3 to 17.0.2-4

es/ReactKonvaCore.d.ts

2

lib/ReactKonvaCore.d.ts
// special file for minimal import
import * as React from 'react';
import Konva from 'konva/lib/index-types';
import Konva from 'konva';

@@ -5,0 +5,0 @@ export interface KonvaNodeEvents {

@@ -5,3 +5,3 @@ {

"description": "React binding to canvas element via Konva framework",
"version": "17.0.2-3",
"version": "17.0.2-4",
"keywords": [

@@ -39,5 +39,5 @@ "react",

"peerDependencies": {
"konva": ">=8",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
"konva": "^8.0.1 || ^7.2.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},

@@ -49,3 +49,3 @@ "devDependencies": {

"enzyme": "3.11.0",
"konva": ">=8",
"konva": "8",
"nwb": "0.23.0",

@@ -59,3 +59,3 @@ "react": "^17.0.2",

"scripts": {
"build": "nwb build-react-component && cp ./ReactKonvaCore.d.ts ./lib",
"build": "nwb build-react-component && cp ./ReactKonvaCore.d.ts ./lib && cp ./ReactKonvaCore.d.ts ./es",
"clean": "nwb clean-module && nwb clean-demo",

@@ -62,0 +62,0 @@ "start": "nwb serve-react-demo",

// special file for minimal import
import * as React from 'react';
import Konva from 'konva/lib/index-types';
import Konva from 'konva';

@@ -5,0 +5,0 @@ export interface KonvaNodeEvents {

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