Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-exponentiation-operator

Package Overview
Dependencies
55
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.2.0

1

lib/index.js

@@ -43,2 +43,3 @@ "use strict";

return {
name: "transform-exponentiation-operator",
visitor: (0, _helperBuilderBinaryAssignmentOperatorVisitor().default)({

@@ -45,0 +46,0 @@ operator: "**",

4

package.json
{
"name": "@babel/plugin-transform-exponentiation-operator",
"version": "7.1.0",
"version": "7.2.0",
"description": "Compile exponentiation operator to ES5",

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

"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.2.0",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc