🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

react-blockly-component

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-blockly-component - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+4
-0
CHANGELOG.md

@@ -0,1 +1,5 @@

# Version 2.0.1 - November 22, 2016
* Update react-immutable-proptypes dependency to avoid warning in newer React versions (thanks @ipince!)
# Version 2.0.0 - November 19, 2016

@@ -2,0 +6,0 @@

+2
-2
{
"name": "react-blockly-component",
"version": "2.0.0",
"version": "2.0.1",
"description": "A React wrapper for the Blockly visual programming editor",

@@ -17,3 +17,3 @@ "main": "dist-modules",

"immutable": "^3.7.6",
"react-immutable-proptypes": "^1.7.0",
"react-immutable-proptypes": "^2.1.0",
"react-immutable-render-mixin": "^0.9.5"

@@ -20,0 +20,0 @@ },