New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hoc-react-datgui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hoc-react-datgui - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build/index.js

4

examples/package.json

@@ -6,3 +6,3 @@ {

"scripts": {
"start": "set NODE_ENV=development && webpack-dev-server --inline --hot --port=3000 --history-api-fallback",
"start": "set NODE_ENV=development && webpack-dev-server --inline --port=3000 --history-api-fallback",
"build": "NODE_ENV=production webpack --define process.env.NODE_ENV='\"production\"' -p ",

@@ -38,3 +38,3 @@ "lint": "eslint src --ext=jsx --ext=js -v --no-exit {} +",

"dependencies": {
"hoc-react-datgui": "file:../",
"hoc-react-datgui": "^0.0.1",
"react": "15.3.0",

@@ -41,0 +41,0 @@ "react-dom": "15.3.0"

{
"name": "hoc-react-datgui",
"version": "0.0.1",
"version": "0.0.2",
"description": "HOC adding a dat.GUI plugged to React.Component props",

@@ -31,2 +31,3 @@ "main": "build/index.js",

"build": "cross-env BABEL_ENV=cjs babel --ignore \"*.spec.js\" ./src/ --out-dir build",
"watch": "cross-env BABEL_ENV=cjs babel --ignore \"*.spec.js\" ./src/ --out-dir build --watch",
"test": "echo \"no tests\""

@@ -53,5 +54,2 @@ },

"stage-0"
],
"plugins": [
"react-docgen"
]

@@ -83,7 +81,5 @@ },

"dependencies": {
"babel-plugin-react-docgen": "^1.4.2",
"dat.gui": "dataarts/dat.gui",
"react-docgen": "^2.13.0",
"lodash": "^4.17.4"
}
}
## hoc-react-datgui
> HOC adding a `dat.GUI` plugged to `React.Component` props.
> HOC adding `dat.GUI` plugged to `React.Component` props.

@@ -11,6 +11,8 @@ _*Library currently in development*_

See some examples at http://workshop.chromeexperiments.com/examples/gui.
### Getting started
```
npm install hoc-react-datgui
```
#### withDatGui(Component, model)

@@ -17,0 +19,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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