Socket
Socket
Sign inDemoInstall

@babel/helper-module-transforms

Package Overview
Dependencies
Maintainers
4
Versions
119
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 7.25.0 to 7.25.2

2

lib/get-module-name.js

@@ -38,3 +38,3 @@ "use strict";

const sourceRootReplacer = sourceRoot != null ? new RegExp("^" + sourceRoot + "/?") : "";
moduleName += filenameRelative.replace(sourceRootReplacer, "").replace(/\.(\w*?)$/, "");
moduleName += filenameRelative.replace(sourceRootReplacer, "").replace(/\.\w*$/, "");
}

@@ -41,0 +41,0 @@ moduleName = moduleName.replace(/\\/g, "/");

{
"name": "@babel/helper-module-transforms",
"version": "7.25.0",
"version": "7.25.2",
"description": "Babel helper functions for implementing ES6 module transformations",

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

"@babel/helper-validator-identifier": "^7.24.7",
"@babel/traverse": "^7.25.0"
"@babel/traverse": "^7.25.2"
},
"devDependencies": {
"@babel/core": "^7.24.9"
"@babel/core": "^7.25.2"
},

@@ -27,0 +27,0 @@ "peerDependencies": {

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