Socket
Socket
Sign inDemoInstall

@babel/helper-module-transforms

Package Overview
Dependencies
Maintainers
6
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.7.4 to 7.7.5

6

lib/rewrite-live-references.js

@@ -81,10 +81,6 @@ "use strict";

const rewriteBindingInitVisitor = {
ClassProperty(path) {
Scope(path) {
path.skip();
},
Function(path) {
path.skip();
},
ClassDeclaration(path) {

@@ -91,0 +87,0 @@ const {

4

package.json
{
"name": "@babel/helper-module-transforms",
"version": "7.7.4",
"version": "7.7.5",
"description": "Babel helper functions for implementing ES6 module transformations",

@@ -21,3 +21,3 @@ "author": "Logan Smyth <loganfsmyth@gmail.com>",

},
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9"
"gitHead": "d04508e510abc624b3e423ff334eff47f297502a"
}
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