esbuild-plugins-node-modules-polyfill
Advanced tools
Comparing version 1.0.10-next.9547687.0 to 1.0.10-next.0177c47.0
@@ -22,2 +22,6 @@ "use strict"; | ||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( | ||
// If the importer is in node compatibility mode or this is not an ESM | ||
// file that has been converted to a CommonJS file using a Babel- | ||
// compatible transform (i.e. "__esModule" has not been set), then set | ||
// "default" to the CommonJS "module.exports" for node compatibility. | ||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, | ||
@@ -24,0 +28,0 @@ mod |
{ | ||
"name": "esbuild-plugins-node-modules-polyfill", | ||
"version": "1.0.10-next.9547687.0", | ||
"version": "1.0.10-next.0177c47.0", | ||
"description": "Polyfills nodejs builtin modules for the browser.", | ||
@@ -37,16 +37,16 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.4.2", | ||
"@commitlint/config-conventional": "^17.4.2", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@favware/cliff-jumper": "^1.10.0", | ||
"@favware/npm-deprecate": "^1.0.7", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"esbuild": "^0.17.4", | ||
"eslint": "^8.32.0", | ||
"eslint-config-mahir": "^0.0.20", | ||
"esbuild": "^0.17.8", | ||
"eslint": "^8.34.0", | ||
"eslint-config-mahir": "^0.0.22", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.1.0", | ||
"lint-staged": "^13.1.2", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.8.3", | ||
"tsup": "^6.5.0", | ||
"typescript": "^4.9.4" | ||
"prettier": "^2.8.4", | ||
"tsup": "^6.6.3", | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -81,8 +81,8 @@ "files": [ | ||
"ansi-regex": "^5.0.1", | ||
"minimist": "^1.2.7" | ||
"minimist": "^1.2.8" | ||
}, | ||
"packageManager": "yarn@3.3.1", | ||
"packageManager": "yarn@3.4.1", | ||
"dependencies": { | ||
"modern-node-polyfills": "^0.0.9" | ||
"modern-node-polyfills": "^0.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
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
28526
237
1
+ Addedmodern-node-polyfills@0.1.3(transitive)
- Removed@rollup/plugin-inject@4.0.4(transitive)
- Removedacorn@8.14.0(transitive)
- Removedestree-walker@2.0.2(transitive)
- Removedmagic-string@0.25.9(transitive)
- Removedmodern-node-polyfills@0.0.9(transitive)
- Removedsourcemap-codec@1.4.8(transitive)
Updatedmodern-node-polyfills@^0.1.0