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

@unocss/core

Package Overview
Dependencies
Maintainers
2
Versions
384
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/core - npm Package Compare versions

Comparing version 0.65.0-beta.3 to 0.65.0

6

dist/index.d.ts

@@ -252,2 +252,3 @@ import MagicString from 'magic-string';

declare const SymbolLayer: unique symbol;
declare const SymbolSort: unique symbol;
interface ControlSymbols {

@@ -274,2 +275,6 @@ /**

layer: typeof SymbolLayer;
/**
* Sort modifier
*/
sort: typeof SymbolSort;
}

@@ -282,2 +287,3 @@ interface ControlSymbolsValue {

[SymbolLayer]: string;
[SymbolSort]: number;
}

@@ -284,0 +290,0 @@ type ObjectToEntry<T> = {

2

package.json
{
"name": "@unocss/core",
"type": "module",
"version": "0.65.0-beta.3",
"version": "0.65.0",
"description": "The instant on-demand Atomic CSS engine.",

@@ -6,0 +6,0 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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