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.5.6-beta

21

package.json
{
"name": "react-konva",
"description": "React binding to canvas element via Konva framework",
"version": "1.5.5-beta",
"version": "1.5.6-beta",
"keywords": ["react", "canvas", "jsx", "konva"],

@@ -34,9 +34,8 @@ "bugs": "https://github.com/lavrton/react-konva/issues",

"konva": "^1.6.3",
"mocha": "^3.4.2",
"mocha": "^4.0.1",
"mocha-headless-chrome": "^1.5.0",
"react": "^16.0.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"sinon": "^2.4.0",
"react": "^16.1.0-beta",
"react-dom": "^16.1.0-beta",
"react-test-renderer": "^16.1.0-beta",
"sinon": "^4.1.1",
"webpack": "^3.4.1",

@@ -47,10 +46,12 @@ "webpack-dev-server": "^2.6.1"

"test:compile":
"webpack --config webpack.test.config.js --progress --profile --colors",
"webpack --config ./webpack/webpack.test.config.js --progress --profile --colors",
"test:run": "mocha-headless-chrome -f test/index.html",
"test:clean": "rm ./test/tests.bundle.js",
"test:watch":
"webpack-dev-server --config webpack.test.config.js --progress --profile --colors",
"webpack-dev-server --config ./webpack/webpack.test.config.js --progress --profile --colors",
"test": "npm run test:compile && npm run test:run && npm run test:clean",
"build":
"webpack --config webpack.dist.config.js --progress --profile --colors"
"webpack --config ./webpack/webpack.dist.config.js --progress --profile --colors",
"bundle":
"webpack --config ./webpack/webpack.bundle.config.js --progress --profile --colors"
},

@@ -57,0 +58,0 @@ "typings": "react-konva.d.ts",