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

@unocss/transformer-variant-group

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/transformer-variant-group - npm Package Compare versions

Comparing version 0.26.4 to 0.27.0

7

dist/index.d.ts

@@ -1,10 +0,7 @@

import * as magic_string from 'magic-string';
import { SourceCodeTransformer } from '@unocss/core';
import MagicString from 'magic-string-extra';
declare function transformerVariantGroup(): SourceCodeTransformer;
declare function transformVariantGroups(code: string, sourcemap?: boolean): {
code: string;
map: magic_string.SourceMap | undefined;
} | null;
declare function transformVariantGroups(code: MagicString): void;
export { transformerVariantGroup as default, transformVariantGroups };
{
"name": "@unocss/transformer-variant-group",
"version": "0.26.4",
"version": "0.27.0",
"description": "Variant group transformer for UnoCSS",

@@ -35,5 +35,7 @@ "keywords": [

"dependencies": {
"@unocss/core": "0.26.4",
"magic-string": "^0.25.7"
"@unocss/core": "0.27.0"
},
"devDependencies": {
"magic-string-extra": "^0.1.2"
},
"scripts": {

@@ -40,0 +42,0 @@ "build": "unbuild",

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