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 2.0.0 to 3.0.0

amber.css

21

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

@@ -8,11 +8,10 @@ "Colm Tuite <colm@modulz.app>",

],
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"main": "index.js",
"module": "index.mjs",
"typings": "types/index.d.ts",
"scripts": {
"build": "rollup -c && yarn build-css-modules",
"build-css-modules": "node ./scripts/build-css-modules.js"
"build": "yarn clean && yarn && rollup -c && yarn build-css-modules",
"build-css-modules": "node ./scripts/build-css-modules.js",
"postpublish": "yarn clean",
"clean": "git clean -fdX"
},

@@ -23,2 +22,6 @@ "keywords": [

],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"devDependencies": {

@@ -25,0 +28,0 @@ "@rollup/plugin-typescript": "^8.2.1",

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