Socket
Socket
Sign inDemoInstall

@babel/helper-replace-supers

Package Overview
Dependencies
Maintainers
5
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-replace-supers - npm Package Compare versions

Comparing version 7.2.3 to 7.3.4

7

lib/index.js

@@ -82,9 +82,4 @@ "use strict";

Method(path) {
"Method|ClassProperty|ClassPrivateProperty"(path) {
skipAllButComputedKey(path);
},
"ClassProperty|ClassPrivateProperty"(path) {
if (path.node.static) return;
skipAllButComputedKey(path);
}

@@ -91,0 +86,0 @@

8

package.json
{
"name": "@babel/helper-replace-supers",
"version": "7.2.3",
"version": "7.3.4",
"description": "Helper function to replace supers",

@@ -14,6 +14,6 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",

"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.2.3",
"@babel/types": "^7.0.0"
"@babel/traverse": "^7.3.4",
"@babel/types": "^7.3.4"
},
"gitHead": "d35f2ad92b322c3bb9c6792e2683807afae0b105"
"gitHead": "1f6454cc90fe33e0a32260871212e2f719f35741"
}

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