Socket
Socket
Sign inDemoInstall

unocss

Package Overview
Dependencies
4
Maintainers
1
Versions
354
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.1.0-beta.2

dist/index.d.ts

50

package.json
{
"name": "unocss",
"version": "0.0.0",
"main": "index.js",
"license": "MIT"
"name": "unocss",
"version": "0.1.0-beta.2",
"description": "",
"keywords": [],
"homepage": "https://github.com/antfu/unocss#readme",
"bugs": {
"url": "https://github.com/antfu/unocss/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/unocss.git"
},
"funding": "https://github.com/sponsors/antfu",
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"sideEffects": false,
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./vite": {
"require": "./dist/vite.js",
"import": "./dist/vite.mjs"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "index.d.ts",
"files": [
"dist",
"*.d.ts"
],
"dependencies": {
"@unocss/core": "0.1.0-beta.2",
"@unocss/preset-attributify": "0.1.0-beta.2",
"@unocss/preset-uno": "0.1.0-beta.2",
"@unocss/vite": "0.1.0-beta.2"
},
"devDependencies": {
"nanoevents": "^6.0.2"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch src"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc