Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-object-super

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-object-super - npm Package Compare versions

Comparing version 7.0.0-alpha.18 to 7.0.0-alpha.19

6

lib/index.js

@@ -32,5 +32,5 @@ "use strict";

var _propPath = _ref2;
if (_propPath.isObjectProperty()) _propPath = _propPath.get("value");
replacePropertySuper(_propPath, _propPath.node, path.scope, getObjectRef, state);
var propPath = _ref2;
if (propPath.isObjectProperty()) propPath = propPath.get("value");
replacePropertySuper(propPath, propPath.node, path.scope, getObjectRef, state);
}

@@ -37,0 +37,0 @@ });

{
"name": "babel-plugin-transform-es2015-object-super",
"version": "7.0.0-alpha.18",
"version": "7.0.0-alpha.19",
"description": "Compile ES2015 object super to ES5",

@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-object-super",

"dependencies": {
"babel-helper-replace-supers": "7.0.0-alpha.18"
"babel-helper-replace-supers": "7.0.0-alpha.19"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.18"
"babel-helper-plugin-test-runner": "7.0.0-alpha.19"
}
}
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