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

@babel/plugin-transform-exponentiation-operator

Package Overview
Dependencies
Maintainers
6
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-exponentiation-operator - npm Package Compare versions

Comparing version 7.0.0-beta.43 to 7.0.0-beta.44

18

lib/index.js

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

function _helperPluginUtils() {
const data = require("@babel/helper-plugin-utils");
var data = require("@babel/helper-plugin-utils");
_helperPluginUtils = function () {
_helperPluginUtils = function _helperPluginUtils() {
return data;

@@ -20,5 +20,5 @@ };

function _helperBuilderBinaryAssignmentOperatorVisitor() {
const data = _interopRequireDefault(require("@babel/helper-builder-binary-assignment-operator-visitor"));
var data = _interopRequireDefault(require("@babel/helper-builder-binary-assignment-operator-visitor"));
_helperBuilderBinaryAssignmentOperatorVisitor = function () {
_helperBuilderBinaryAssignmentOperatorVisitor = function _helperBuilderBinaryAssignmentOperatorVisitor() {
return data;

@@ -31,5 +31,5 @@ };

function _core() {
const data = require("@babel/core");
var data = require("@babel/core");
_core = function () {
_core = function _core() {
return data;

@@ -43,3 +43,3 @@ };

var _default = (0, _helperPluginUtils().declare)(api => {
var _default = (0, _helperPluginUtils().declare)(function (api) {
api.assertVersion(7);

@@ -49,7 +49,5 @@ return {

operator: "**",
build(left, right) {
build: function build(left, right) {
return _core().types.callExpression(_core().types.memberExpression(_core().types.identifier("Math"), _core().types.identifier("pow")), [left, right]);
}
})

@@ -56,0 +54,0 @@ };

{
"name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.0.0-beta.43",
"version": "7.0.0-beta.44",
"description": "Compile exponentiation operator to ES5",

@@ -12,12 +12,12 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",

"dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "7.0.0-beta.43",
"@babel/helper-plugin-utils": "7.0.0-beta.43"
"@babel/helper-builder-binary-assignment-operator-visitor": "7.0.0-beta.44",
"@babel/helper-plugin-utils": "7.0.0-beta.44"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.43"
"@babel/core": "7.0.0-beta.44"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.43",
"@babel/helper-plugin-test-runner": "7.0.0-beta.43"
"@babel/core": "7.0.0-beta.44",
"@babel/helper-plugin-test-runner": "7.0.0-beta.44"
}
}
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