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

0ui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0ui - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/0ui.umd.js

10

package.json
{
"name": "0ui",
"version": "1.0.0",
"version": "1.1.0",
"description": "A set of utilities for building UIs with React",
"scripts": {
"build:example": "webpack --config ./example/webpack.config.js --mode=production"
"build:example":
"webpack --config ./example/webpack.config.js --mode=development --watch",
"build": "webpack --config webpack.config.js --mode=production"
},

@@ -19,6 +21,6 @@ "author": "Roman Liutikov",

"babel-preset-stage-2": "^6.24.1",
"react-dom": "^16.2.0",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13",
"react-dom": "^16.2.0"
"webpack-cli": "^2.0.13"
}
}
_A set of utilities for building UIs with React_
v1.1.0
```
npm i 0ui
```
See an example of how everything is used together in `example/src/index.js`
## UMD build
```html
<script src="https://unpkg.com/0ui/dist/0ui.umd.js"></script>
```
## core lib

@@ -6,0 +18,0 @@

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