@babel/helper-check-duplicate-nodes
Advanced tools
Comparing version 7.22.5 to 7.24.6
{ | ||
"name": "@babel/helper-check-duplicate-nodes", | ||
"version": "7.22.5", | ||
"version": "7.24.6", | ||
"description": "Babel helper module for babel transforms authors to check the AST against duplicated nodes.", | ||
"main": "./lib/index.js", | ||
"exports": { | ||
".": "./lib/index.js", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -31,8 +34,8 @@ }, | ||
"dependencies": { | ||
"@babel/types": "^7.22.5" | ||
"@babel/types": "^7.24.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5" | ||
"@babel/core": "^7.24.6" | ||
}, | ||
"type": "commonjs" | ||
} |
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
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
7873
Updated@babel/types@^7.24.6