tailwindcss-patch
Advanced tools
Comparing version 1.0.2 to 1.0.3
'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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
22058
Updatedsemver@^7.5.0