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

tailwindcss-patch

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-patch - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/patcher-3d84b17b.js

2

dist/cli.js
'use strict';
var patcher = require('./patcher-8dfb86e3.js');
var patcher = require('./patcher-3d84b17b.js');
require('path');

@@ -5,0 +5,0 @@ require('fs');

@@ -7,3 +7,3 @@ 'use strict';

var fs = require('fs');
var patcher = require('./patcher-8dfb86e3.js');
var patcher = require('./patcher-3d84b17b.js');
require('semver');

@@ -22,5 +22,3 @@ require('@babel/types');

function getTailwindcssEntry(basedir = process.cwd()) {
return patcher.requireResolve('tailwindcss', {
basedir
});
return patcher.requireResolve('tailwindcss');
}

@@ -27,0 +25,0 @@ function getContexts(basedir) {

{
"name": "tailwindcss-patch",
"version": "1.1.0",
"version": "1.1.1",
"description": "patch tailwindcss for exposing context",

@@ -36,6 +36,6 @@ "main": "dist/index.js",

"dependencies": {
"@babel/generator": "^7.21.4",
"@babel/parser": "^7.21.4",
"@babel/traverse": "^7.21.4",
"@babel/types": "^7.21.4",
"@babel/generator": "^7.21.5",
"@babel/parser": "^7.21.5",
"@babel/traverse": "^7.21.5",
"@babel/types": "^7.21.5",
"resolve": "^1.22.2",

@@ -42,0 +42,0 @@ "semver": "^7.5.0"

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