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

@warp-ds/component-classes

Package Overview
Dependencies
Maintainers
6
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/component-classes - npm Package Compare versions

Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8

dist/assets/common.css

14

package.json
{
"name": "@warp-ds/component-classes",
"repository": "git@github.com:warp-ds/component-classes.git",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "WARP component classes",

@@ -9,2 +9,3 @@ "type": "module",

".": "./index.js",
"./common": "./dist/assets/common.css",
"./buttonSafelist": "./buttonSafelist.js"

@@ -15,8 +16,10 @@ },

"index.js",
"./dist/assets/common.css",
"buttonSafelist.js"
],
"scripts": {
"build": "tsc",
"build": "tsc && pnpm build:css",
"commit": "cz",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"build:css": "vite build"
},

@@ -27,5 +30,8 @@ "license": "Apache-2.0",

"@semantic-release/git": "^10.0.1",
"@warp-ds/uno": "^0.0.15",
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^19.0.5",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"unocss": "^0.50.6",
"vite": "^4.2.1"
},

@@ -32,0 +38,0 @@ "config": {

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