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

react-konva-utils

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-konva-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/editable-text.d.ts

8

package.json
{
"name": "react-konva-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Useful components and hooks for react-konva",

@@ -24,5 +24,7 @@ "author": "Anton Lavrenov",

"module": "./es/index.js",
"type": "module",
"files": [
"package.json",
"es"
"es",
"lib"
],

@@ -48,3 +50,3 @@ "devDependencies": {

"clean": "rm -rf ./lib",
"tsc": "tsc --outDir ./es --removeComments || echo \"tsc faild for some file(s).\"",
"tsc": "tsc --outDir ./es --removeComments && tsc -module commonjs -outDir ./lib",
"build": "npm run clean && npm run tsc",

@@ -51,0 +53,0 @@ "storybook": "start-storybook -p 6006",

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