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

@babel/helper-check-duplicate-nodes

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-check-duplicate-nodes - npm Package Compare versions

Comparing version 7.17.9 to 7.18.4

4

lib/index.js

@@ -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"
}
}
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