Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@babel/helper-module-transforms

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-module-transforms - npm Package Compare versions

Comparing version
8.0.0-beta.3
to
8.0.0-beta.4
+1
-1
lib/index.d.ts

@@ -32,3 +32,3 @@ import { types, NodePath as NodePath$1 } from '@babel/core';

interface LocalExportMetadata {
names: Array<string>;
names: string[];
kind: "import" | "hoisted" | "block" | "var";

@@ -35,0 +35,0 @@ }

{
"name": "@babel/helper-module-transforms",
"version": "8.0.0-beta.3",
"version": "8.0.0-beta.4",
"description": "Babel helper functions for implementing ES6 module transformations",

@@ -18,11 +18,11 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/helper-module-imports": "^8.0.0-beta.3",
"@babel/helper-validator-identifier": "^8.0.0-beta.3",
"@babel/traverse": "^8.0.0-beta.3"
"@babel/helper-module-imports": "^8.0.0-beta.4",
"@babel/helper-validator-identifier": "^8.0.0-beta.4",
"@babel/traverse": "^8.0.0-beta.4"
},
"devDependencies": {
"@babel/core": "^8.0.0-beta.3"
"@babel/core": "^8.0.0-beta.4"
},
"peerDependencies": {
"@babel/core": "^8.0.0-beta.3"
"@babel/core": "^7.0.0"
},

@@ -29,0 +29,0 @@ "engines": {

Sorry, the diff of this file is too big to display