Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-polyfill-custom

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-polyfill-custom - npm Package Compare versions

Comparing version 1.0.97 to 1.0.98

27

package.json
{
"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"
}
}
}
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