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

@warp-ds/uno

Package Overview
Dependencies
Maintainers
7
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 1.1.0 to 1.2.0-next.1

15

package.json
{
"name": "@warp-ds/uno",
"repository": "git@github.com:warp-ds/drive.git",
"version": "1.1.0",
"version": "1.2.0-next.1",
"type": "module",

@@ -40,4 +40,5 @@ "exports": {

"dependencies": {
"@unocss/core": "^0.55.1",
"@unocss/preset-mini": "^0.52.7"
"@unocss/core": "^0.57.1",
"@unocss/rule-utils": "^0.57.1",
"@unocss/preset-mini": "^0.57.1"
},

@@ -48,12 +49,12 @@ "devDependencies": {

"@semantic-release/git": "^10.0.1",
"@unocss/autocomplete": "^0.55.1",
"@unocss/autocomplete": "^0.57.0",
"@warp-ds/eslint-config": "^0.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0",
"rollup": "^3.19.1",
"rollup": "^4.0.0",
"semantic-release": "^20.1.1",
"unocss": "^0.55.1",
"unocss": "^0.57.1",
"uvu": "^0.5.6",
"vite": "^4.2.3",
"vitest": "^0.29.3"
"vitest": "^0.34.0"
},

@@ -60,0 +61,0 @@ "eslintConfig": {

@@ -1,2 +0,2 @@

import { createValueHandler } from '@unocss/core';
import { createValueHandler } from '@unocss/rule-utils';
import * as valueHandlers from './handlers.js';

@@ -3,0 +3,0 @@

@@ -8,2 +8,3 @@ import {

variantPseudoClassesAndElements,
variantPartClasses,
} from '@unocss/preset-mini/variants';

@@ -21,2 +22,3 @@ import { variantSpaceAndDivide } from './spaceAndDivide.js';

variantSpaceAndDivide,
variantPartClasses,
...variantTaggedPseudoClasses({ attributifyPseudo: false }),

@@ -34,2 +36,3 @@ ];

variantTaggedPseudoClasses,
variantPartClasses,
};

Sorry, the diff of this file is too big to display

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