@babel/helper-check-duplicate-nodes
Advanced tools
Comparing version 7.17.9 to 7.18.4
@@ -19,3 +19,3 @@ "use strict"; | ||
const parentsMap = new WeakMap(); | ||
const parentsMap = new Map(); | ||
@@ -59,3 +59,3 @@ const hidePrivateProperties = (key, val) => { | ||
} | ||
} else { | ||
} else if (typeof subNode === "object" && subNode !== null) { | ||
stack.push({ | ||
@@ -62,0 +62,0 @@ node: subNode, |
{ | ||
"name": "@babel/helper-check-duplicate-nodes", | ||
"version": "7.17.9", | ||
"version": "7.18.4", | ||
"description": "Babel helper module for babel transforms authors to check the AST against duplicated nodes.", | ||
@@ -31,7 +31,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@babel/types": "^7.17.0" | ||
"@babel/types": "^7.18.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.9" | ||
"@babel/core": "^7.18.2" | ||
} | ||
} |
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
4130
Updated@babel/types@^7.18.4