babel-plugin-polyfill-custom
Advanced tools
Comparing version 1.0.97 to 1.0.98
{ | ||
"name": "babel-plugin-polyfill-custom", | ||
"version": "1.0.97", | ||
"version": "1.0.98", | ||
"description": "Yet another babel plugin that lets you freely customize polyfills.", | ||
@@ -19,10 +19,11 @@ "keywords": [ | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"!**/__tests__" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"format": "npm-run-all format:*", | ||
"format": "pnpm run --sequential \"/^format:.*/\"", | ||
"format:eslint": "eslint --fix --ext .js,.ts,.mjs,.mts .", | ||
"format:prettier": "prettier --write .", | ||
"lint": "npm-run-all lint:*", | ||
"lint": "pnpm run \"/^lint:.*/\"", | ||
"lint:eslint": "eslint --ext .js,.ts,.mjs,.mts .", | ||
@@ -32,6 +33,6 @@ "lint:prettier": "prettier --check .", | ||
"semantic-release": "semantic-release", | ||
"patch-package": "patch-package" | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@babel/helper-define-polyfill-provider": "0.4.4", | ||
"@babel/helper-define-polyfill-provider": "0.5.0", | ||
"@mdn/browser-compat-data": "5.5.7", | ||
@@ -43,4 +44,5 @@ "fast-json-stable-stringify": "2.1.0", | ||
"devDependencies": { | ||
"@3846masa/configs": "github:3846masa/configs#2bb2326d925eade646df0d6614dc8f5f7a452729", | ||
"@3846masa/configs": "github:3846masa/configs#34deb1e624d49640d5455ad8e410fe65bf03d480", | ||
"@babel/core": "7.23.7", | ||
"@jest/globals": "29.7.0", | ||
"@semantic-release/changelog": "6.0.3", | ||
@@ -56,5 +58,6 @@ "@semantic-release/commit-analyzer": "11.1.0", | ||
"@types/semver": "7.5.6", | ||
"npm-run-all": "4.1.5", | ||
"patch-package": "8.0.0", | ||
"dedent": "1.5.1", | ||
"jest": "29.7.0", | ||
"semantic-release": "22.0.12", | ||
"ts-jest": "29.1.2", | ||
"typescript": "5.3.3" | ||
@@ -64,3 +67,9 @@ }, | ||
"@babel/core": ">=7.0.0" | ||
}, | ||
"packageManager": "pnpm@8.14.3+sha256.2d0363bb6c314daa67087ef07743eea1ba2e2d360c835e8fec6b5575e4ed9484", | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@semantic-release/git@10.0.1": "patches/@semantic-release__git@10.0.1.patch" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23446
18
+ Added@babel/helper-define-polyfill-provider@0.5.0(transitive)
+ Addedcaniuse-lite@1.0.30001684(transitive)
- Removed@babel/helper-define-polyfill-provider@0.4.4(transitive)
- Removedcaniuse-lite@1.0.30001683(transitive)