Socket
Socket
Sign inDemoInstall

@unocss/scope

Package Overview
Dependencies
0
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.59.0-beta.1 to 0.59.0

14

package.json
{
"name": "@unocss/scope",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "Placeholder for UnoCSS scope import",

@@ -15,9 +15,15 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

".": {
"import": "./index.mjs",
"require": "./index.cjs"
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.cts",
"default": "./index.cjs"
}
}
},
"main": "./index.mjs",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts"
}
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