Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-helper-replace-supers

Package Overview
Dependencies
Maintainers
4
Versions
51
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.0.0-alpha.16 to 7.0.0-alpha.17

7

lib/index.js

@@ -85,4 +85,7 @@ "use strict";

var ReplaceSupers = function () {
function ReplaceSupers(opts) {
var inClass = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
function ReplaceSupers(opts, inClass) {
if (inClass === void 0) {
inClass = false;
}
this.forceSuperMemoisation = opts.forceSuperMemoisation;

@@ -89,0 +92,0 @@ this.methodPath = opts.methodPath;

{
"name": "babel-helper-replace-supers",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"description": "Helper function to replace supers",

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

"dependencies": {
"babel-helper-optimise-call-expression": "7.0.0-alpha.16",
"babel-messages": "7.0.0-alpha.16",
"babel-template": "7.0.0-alpha.16",
"babel-traverse": "7.0.0-alpha.16",
"babel-types": "7.0.0-alpha.16"
"babel-helper-optimise-call-expression": "7.0.0-alpha.17",
"babel-messages": "7.0.0-alpha.17",
"babel-template": "7.0.0-alpha.17",
"babel-traverse": "7.0.0-alpha.17",
"babel-types": "7.0.0-alpha.17"
}
}
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