Socket
Socket
Sign inDemoInstall

@unocss/preset-uno

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-uno - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

98

package.json
{
"name": "@unocss/preset-uno",
"version": "0.1.3",
"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"
},
"./theme": {
"require": "./dist/theme.js",
"import": "./dist/theme.mjs"
},
"./variants": {
"require": "./dist/variants.js",
"import": "./dist/variants.mjs"
},
"./rules": {
"require": "./dist/rules.js",
"import": "./dist/rules.mjs"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.css"
],
"dependencies": {
"@unocss/core": "0.1.3"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch src"
}
}
"name": "@unocss/preset-uno",
"version": "0.1.4",
"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"
},
"./theme": {
"require": "./dist/theme.js",
"import": "./dist/theme.mjs"
},
"./variants": {
"require": "./dist/variants.js",
"import": "./dist/variants.mjs"
},
"./rules": {
"require": "./dist/rules.js",
"import": "./dist/rules.mjs"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.css"
],
"dependencies": {
"@unocss/core": "0.1.4"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch src"
}
}
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