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

1bit-ui

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

1bit-ui - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# v0.0.4
- Changes `--bit-color-0` to `--bit-color0`
- Changes `--bit-color-1` to `--bit-color1`
# v0.0.3

@@ -2,0 +7,0 @@

9

package.json
{
"name": "1bit-ui",
"version": "0.0.3",
"version": "0.0.4",
"description": "CSS library for making 1-bit UIs",

@@ -8,2 +8,3 @@ "browser": "dist/1bit-ui.css",

"scripts": {
"start": "serve src",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -28,3 +29,7 @@ "prepack": "node bin/build.js",

},
"homepage": "https://github.com/wavebeem/1bit-ui#readme"
"homepage": "https://github.com/wavebeem/1bit-ui#readme",
"devDependencies": {
"serve": "^11.3.0",
"shelljs": "^0.8.3"
}
}
# 1bit-ui
[1bit-ui.netlify.com](https://1bit-ui.netlify.com)
See [1bit-ui.com](https://1bit-ui.com) for documentation and usage.
## Development
```
$ npm install
$ npm start
```
Edit `src/1bit-ui.css`. It's the only file that gets published to npm. Open your browser to <http://localhost:5000/>.
## Publishing
```
npm version X.Y.Z
```

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