Socket
Socket
Sign inDemoInstall

@babel/helper-check-duplicate-nodes

Package Overview
Dependencies
Maintainers
4
Versions
25
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.22.5 to 8.0.0-alpha.0

8

lib/index.js

@@ -1,8 +0,3 @@

"use strict";
import * as _t from '@babel/types';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = checkDuplicateNodes;
var _t = require("@babel/types");
const {

@@ -57,2 +52,3 @@ VISITOR_KEYS

export { checkDuplicateNodes as default };
//# sourceMappingURL=index.js.map
{
"name": "@babel/helper-check-duplicate-nodes",
"version": "7.22.5",
"version": "8.0.0-alpha.0",
"description": "Babel helper module for babel transforms authors to check the AST against duplicated nodes.",

@@ -28,11 +28,11 @@ "main": "./lib/index.js",

"engines": {
"node": ">=6.9.0"
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
},
"dependencies": {
"@babel/types": "^7.22.5"
"@babel/types": "^8.0.0-alpha.0"
},
"devDependencies": {
"@babel/core": "^7.22.5"
"@babel/core": "^8.0.0-alpha.0"
},
"type": "commonjs"
"type": "module"
}

Sorry, the diff of this file is not supported yet

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