Socket
Socket
Sign inDemoInstall

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.8 to 0.9.0

4

CHANGELOG.md

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

# v0.9.0
- Adds `.bit-auto` for class-free styling scoped to that element's children
# v0.0.8

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

5

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

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

"scripts": {
"upgrade": "npm-check -u",
"start": "serve src",

@@ -31,2 +32,4 @@ "test": "echo \"Error: no test specified\" && exit 1",

"devDependencies": {
"npm-check": "^5.9.2",
"prettier": "^2.0.4",
"serve": "^11.3.0",

@@ -33,0 +36,0 @@ "shelljs": "^0.8.3"

# 1bit-ui
See [1bit-ui.com](https://1bit-ui.com) for documentation and usage.
1bit-ui is a CSS library for making retro-inspired web pages using just two colors.
Go to [1bit-ui.com](https://1bit-ui.com) for examples, documentation, and usage.
## Development
You can use npm to load 1bit-ui on a local server.
```

@@ -14,6 +18,10 @@ $ npm install

> If you're unfamiliar with npm, you can [download the Node.js installer here](https://nodejs.org/en/download/) to get started with npm. Read more about [how to use npm here](https://docs.npmjs.com/about-npm/).
## Publishing
You can use npm to publish a new version of 1bit-ui.
```
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