New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@charcoal-ui/tailwind-diff

Package Overview
Dependencies
Maintainers
0
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@charcoal-ui/tailwind-diff - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

1

dist/commands/dump.js

@@ -21,2 +21,3 @@ "use strict";

const tailwindConfig = import_from_1.default.silent(targetDir, config != null ? config : 'tailwind.config.js');
// @ts-expect-error FIXME: update tailwind-diff to use native types?
const result = await postcss([tailwindcss(tailwindConfig)]).process(sourceCSS, {

@@ -23,0 +24,0 @@ from: undefined,

4

package.json
{
"name": "@charcoal-ui/tailwind-diff",
"version": "4.1.0",
"version": "4.2.0",
"bin": "bin/tailwind-diff.js",

@@ -28,3 +28,3 @@ "scripts": {

},
"gitHead": "e1d401460774c73120434d8be3bca5698d519493"
"gitHead": "45c93231d4b0feffe8f3a6bef2cdab96302c8eb4"
}

@@ -32,2 +32,3 @@ import fs from 'fs'

) as TailwindConfig
// @ts-expect-error FIXME: update tailwind-diff to use native types?
const result = await postcss([tailwindcss(tailwindConfig)]).process(

@@ -34,0 +35,0 @@ sourceCSS,

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