Socket
Socket
Sign inDemoInstall

@unocss/core

Package Overview
Dependencies
Maintainers
1
Versions
370
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.54.0 to 0.54.1

8

dist/index.d.ts

@@ -69,3 +69,3 @@ import { LoadConfigResult } from 'unconfig';

makeContext(raw: string, applied: VariantMatchedResult<Theme>): RuleContext<Theme>;
parseToken(raw: string, alias?: string): Promise<StringifiedUtil<Theme>[] | null | undefined>;
parseToken(raw: string, alias?: string): Promise<StringifiedUtil<Theme>[] | undefined | null>;
generate(input: string | Set<string> | string[], options?: GenerateOptions): Promise<GenerateResult>;

@@ -555,2 +555,7 @@ matchVariants(raw: string, current?: string): Promise<VariantMatchedResult<Theme>>;

extractors?: Arrayable<AutoCompleteExtractor>;
/**
* Custom shorthands to provide autocomplete suggestions.
* if values is an array, it will be joined with `|` and wrapped with `()`
*/
shorthands?: Record<string, string | string[]>;
};

@@ -856,2 +861,3 @@ /**

extractors: AutoCompleteExtractor[];
shorthands: Record<string, string>;
};

@@ -858,0 +864,0 @@ separators: string[];

6

package.json
{
"name": "@unocss/core",
"version": "0.54.0",
"version": "0.54.1",
"description": "The instant on-demand Atomic CSS engine.",

@@ -40,4 +40,4 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"devDependencies": {
"magic-string": "^0.30.1",
"unconfig": "^0.3.9"
"magic-string": "^0.30.2",
"unconfig": "^0.3.10"
},

@@ -44,0 +44,0 @@ "scripts": {

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