Socket
Socket
Sign inDemoInstall

@babel/helper-module-transforms

Package Overview
Dependencies
8
Maintainers
6
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.16.0 to 7.16.5

4

lib/rewrite-this.js

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

var _helperReplaceSupers = require("@babel/helper-replace-supers");
var _helperEnvironmentVisitor = require("@babel/helper-environment-visitor");

@@ -26,3 +26,3 @@ var _traverse = require("@babel/traverse");

const rewriteThisVisitor = _traverse.default.visitors.merge([_helperReplaceSupers.environmentVisitor, {
const rewriteThisVisitor = _traverse.default.visitors.merge([_helperEnvironmentVisitor.default, {
ThisExpression(path) {

@@ -29,0 +29,0 @@ path.replaceWith(unaryExpression("void", numericLiteral(0), true));

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

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

"dependencies": {
"@babel/helper-environment-visitor": "^7.16.5",
"@babel/helper-module-imports": "^7.16.0",
"@babel/helper-replace-supers": "^7.16.0",
"@babel/helper-simple-access": "^7.16.0",

@@ -25,3 +25,3 @@ "@babel/helper-split-export-declaration": "^7.16.0",

"@babel/template": "^7.16.0",
"@babel/traverse": "^7.16.0",
"@babel/traverse": "^7.16.5",
"@babel/types": "^7.16.0"

@@ -28,0 +28,0 @@ },

@@ -12,3 +12,3 @@ # @babel/helper-module-transforms

```sh
npm install --save-dev @babel/helper-module-transforms
npm install --save @babel/helper-module-transforms
```

@@ -19,3 +19,3 @@

```sh
yarn add @babel/helper-module-transforms --dev
yarn add @babel/helper-module-transforms
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc