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

@warp-ds/uno

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/uno - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "@warp-ds/uno",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",

@@ -5,0 +5,0 @@ "exports": {

@@ -42,2 +42,16 @@ import { toArray, warnOnce } from '@unocss/core';

}
export function splitShorthand(body, type) {
const split = body.split(/(?:\/|:)/)
if (split[0] === `[${type}`) {
return [
split.slice(0, 2).join(':'),
split[2],
]
}
return split
}
/**

@@ -44,0 +58,0 @@ * Parse color string into {@link ParsedColorValue} (if possible). Color value will first be matched to theme object before parsing.

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