Socket
Socket
Sign inDemoInstall

@ramosdiego/ui

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ramosdiego/ui - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.prettierignore

21

package.json
{
"name": "@ramosdiego/ui",
"version": "0.0.3",
"version": "0.0.4",
"description": "A TailwindCSS plugin which serves a as UI library.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier --write .",
"build": "rimraf dist/ && tsc --removeComments"
},

@@ -13,4 +15,9 @@ "repository": {

},
"prettier": {
"semi": false,
"singleQuote": true
},
"keywords": [
"tailwindcss",
"plugin",
"css",

@@ -20,6 +27,10 @@ "ui"

"author": "Diego Ramos",
"license": "GPL-3.0-or-later",
"license": "MIT",
"devDependencies": {
"tailwindcss": "^3.0.15"
"@types/node": "^17.0.10",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.15",
"typescript": "^4.5.5"
}
}

@@ -1,3 +0,1 @@

# ui
A TailwindCSS plugin which serves a as UI library.
# WORK IN PROGRESS
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