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

@unocss/extractor-arbitrary-variants

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/extractor-arbitrary-variants - npm Package Compare versions

Comparing version 0.63.6 to 0.64.0

4

dist/index.d.ts

@@ -6,4 +6,4 @@ import { Extractor } from '@unocss/core';

declare function splitCodeWithArbitraryVariants(code: string): string[];
declare const extractorArbitraryVariants: Extractor;
declare function extractorArbitraryVariants(): Extractor;
export { arbitraryPropertyRE, extractorArbitraryVariants as default, extractorArbitraryVariants, quotedArbitraryValuesRE, splitCodeWithArbitraryVariants };
export { arbitraryPropertyRE, extractorArbitraryVariants, quotedArbitraryValuesRE, splitCodeWithArbitraryVariants };
{
"name": "@unocss/extractor-arbitrary-variants",
"type": "module",
"version": "0.63.6",
"version": "0.64.0",
"description": "Extractor arbitrary variants for utilities",

@@ -36,3 +36,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@unocss/core": "0.63.6"
"@unocss/core": "0.64.0"
},

@@ -39,0 +39,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