autoprefixer
Advanced tools
| { | ||
| "permissions": { | ||
| "allow": [ | ||
| "mcp__acp__Bash", | ||
| "mcp__acp__Edit", | ||
| "mcp__acp__Write", | ||
| "WebFetch(domain:github.com)", | ||
| "Bash(*)", | ||
| "Bash(NODE_V8_COVERAGE=/tmp/cov-test node:*)", | ||
| "Bash(NODE_V8_COVERAGE=./.coverage node ./node_modules/uvu/bin.js:*)", | ||
| "Bash(node scripts/coverage.js:*)", | ||
| "Bash(NODE_V8_COVERAGE=./.coverage node scripts/coverage.js:*)", | ||
| "WebFetch(domain:electrovir.com)" | ||
| ] | ||
| } | ||
| } |
| diff --git a/browser.d.ts b/browser.d.ts | ||
| deleted file mode 100644 | ||
| index 21f3fc69190b574ab8456514d3da1972afa53973..0000000000000000000000000000000000000000 | ||
| diff --git a/package.json b/package.json | ||
| index 389cc6b064b5f888e7f9d718f5440feabdce57ad..c1ae265542ad386fa2214914b0186ade81dd6ee2 100644 | ||
| --- a/package.json | ||
| +++ b/package.json | ||
| @@ -20,13 +20,10 @@ | ||
| "import": "./browser.mjs", | ||
| "types": "./browser.d.ts" | ||
| }, | ||
| - "./yargs": [ | ||
| - { | ||
| - "import": "./yargs.mjs", | ||
| - "require": "./yargs" | ||
| - }, | ||
| - "./yargs" | ||
| - ] | ||
| + "./yargs": { | ||
| + "require": "./index.cjs", | ||
| + "import": "./yargs.mjs" | ||
| + } | ||
| }, | ||
| "type": "module", | ||
| "module": "./index.mjs", |
@@ -341,2 +341,5 @@ let parser = require('postcss-value-parser') | ||
| } | ||
| if (string.includes('var(')) { | ||
| return false | ||
| } | ||
@@ -343,0 +346,0 @@ let params = [[]] |
+7
-2
| { | ||
| "name": "autoprefixer", | ||
| "version": "10.4.24", | ||
| "version": "10.4.25", | ||
| "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", | ||
@@ -43,7 +43,12 @@ "engines": { | ||
| "browserslist": "^4.28.1", | ||
| "caniuse-lite": "^1.0.30001766", | ||
| "caniuse-lite": "^1.0.30001774", | ||
| "fraction.js": "^5.3.4", | ||
| "picocolors": "^1.1.1", | ||
| "postcss-value-parser": "^4.2.0" | ||
| }, | ||
| "pnpm": { | ||
| "patchedDependencies": { | ||
| "yargs@17.7.2": "patches/yargs@17.7.2.patch" | ||
| } | ||
| } | ||
| } |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
200341
0.66%85
2.41%7029
0.27%Updated