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
61
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.0.2 to 1.0.3

dist/patcher-90d636ff.js

2

dist/cli.js
'use strict';
var patcher = require('./patcher-85767405.js');
var patcher = require('./patcher-90d636ff.js');
require('path');

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

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

var fs = require('fs');
var patcher = require('./patcher-85767405.js');
var patcher = require('./patcher-90d636ff.js');
require('semver');

@@ -10,0 +10,0 @@ require('@babel/types');

import type { PatchOptions, InternalPatchOptions } from './type';
export declare function getInstalledPkgJsonPath(options: PatchOptions): string | undefined;
export declare function getInstalledPkgJsonPath(options?: PatchOptions): string | undefined;
export declare function createPatch(options?: PatchOptions): () => any;

@@ -4,0 +4,0 @@ export declare function monkeyPatchForExposingContext(twDir: string, opt: InternalPatchOptions): {

{
"name": "tailwindcss-patch",
"version": "1.0.2",
"version": "1.0.3",
"description": "patch tailwindcss for exposing context",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

"@types/babel__generator": "^7.6.4",
"@types/babel__traverse": "^7.18.3",
"@types/babel__traverse": "^7.18.4",
"@types/resolve": "^1.20.2",

@@ -33,4 +33,4 @@ "@types/semver": "^7.3.13",

"pkg-types": "^1.0.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
},

@@ -43,3 +43,3 @@ "dependencies": {

"resolve": "^1.22.2",
"semver": "^7.4.0"
"semver": "^7.5.0"
},

@@ -46,0 +46,0 @@ "homepage": "https://github.com/sonofmagic/tailwindcss-mangle",

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