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.4.0 to 0.4.1

4

dist/index.js

@@ -400,3 +400,3 @@ var __defProp = Object.defineProperty;

handler = { matcher: handler };
if (handler && handler.matcher !== processed) {
if (handler) {
processed = handler.matcher;

@@ -411,2 +411,4 @@ handlers.push(handler);

break;
if (handlers.length > 500)
throw new Error(`Too many variants applied to "${raw}"`);
}

@@ -413,0 +415,0 @@ return [raw, processed, handlers];

{
"name": "@unocss/core",
"version": "0.4.0",
"version": "0.4.1",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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