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

react-demo

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-demo - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
dist/Controls/ControlNumber.js

@@ -25,3 +25,3 @@ 'use strict';

name: _react.PropTypes.string.isRequired,
value: _react.PropTypes.string.isRequired,
value: _react.PropTypes.number.isRequired,
onChange: _react.PropTypes.func.isRequired

@@ -28,0 +28,0 @@ },

@@ -25,3 +25,3 @@ 'use strict';

propTypes: {
value: _react.PropTypes.string.isRequired,
value: _react.PropTypes.number.isRequired,
onChange: _react.PropTypes.func.isRequired

@@ -28,0 +28,0 @@ },

{
"name": "react-demo",
"version": "1.2.0",
"version": "1.2.1",
"description": "A React-component for creating demos of other components",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

],
"author": "Roman Pominov <rpominov@gmail.com> (http://pozadi.github.io/)",
"author": "Roman Pominov <rpominov@gmail.com>",
"license": "MIT",

@@ -31,7 +31,7 @@ "bugs": {

"babel": "5.8.23",
"babel-eslint": "4.1.3",
"babel-eslint": "4.1.7",
"eslint": "1.7.1",
"eslint-config-airbnb": "0.1.0",
"eslint-plugin-react": "3.6.2",
"react": "0.14.0",
"react": "0.14.7",
"react-heatpack": "2.0.0"

@@ -38,0 +38,0 @@ },

# React-demo [![Build Status](https://travis-ci.org/rpominov/react-demo.svg?branch=master)](https://travis-ci.org/rpominov/react-demo)
A React-component for creating demos of other components.
A React-component for creating demos of other components. See also [react-demo-library](https://github.com/rpominov/react-demo-library)

@@ -26,3 +26,4 @@

See [examples/index.js](https://github.com/rpominov/react-demo/blob/master/examples/index.js)
for more examples. To run them locally do the following:
for more examples. You can play with it online at [webpackbin.com](http://www.webpackbin.com/4J0Js5QAg),
or to run them locally do the following:

@@ -29,0 +30,0 @@ ```