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

@hadihallak/colors

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

@hadihallak/colors - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

dist/amber.css

24

package.json
{
"name": "@hadihallak/colors",
"version": "1.0.0",
"version": "2.0.0",
"contributors": [

@@ -8,14 +8,12 @@ "Colm Tuite <colm@modulz.app>",

],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn clean && tsc && yarn build-css-modules",
"clean": "rimraf dark light",
"build": "rollup -c && yarn build-css-modules",
"build-css-modules": "node ./scripts/build-css-modules.js"
},
"files": [
"dark",
"light",
"index.d.ts",
"index.js"
],
"keywords": [

@@ -26,7 +24,9 @@ "radix",

"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^15.0.3",
"typescript": "^4.2.4",
"rimraf": "3.0.2"
"rollup": "^2.48.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"license": "MIT"
}
# colors
Radix UI Colors
## Authors
- Colm Tuite ([@colmtuite](https://twitter.com/colmtuite))
- Vlad Moroz ([@vladyslavmoroz](https://twitter.com/vladyslavmoroz))
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