Socket
Socket
Sign inDemoInstall

babel-plugin-transform-do-expressions

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-do-expressions - npm Package Compare versions

Comparing version 7.0.0-alpha.15 to 7.0.0-alpha.16

2

lib/index.js

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

inherits: _babelPluginSyntaxDoExpressions2.default,
visitor: {

@@ -14,2 +13,3 @@ DoExpression: {

var body = path.node.body.body;
if (body.length) {

@@ -16,0 +16,0 @@ path.replaceExpressionWithStatements(body);

{
"name": "babel-plugin-transform-do-expressions",
"version": "7.0.0-alpha.15",
"version": "7.0.0-alpha.16",
"description": "Compile do expressions to ES5",

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

"dependencies": {
"babel-plugin-syntax-do-expressions": "7.0.0-alpha.15"
"babel-plugin-syntax-do-expressions": "7.0.0-alpha.16"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.15"
"babel-helper-plugin-test-runner": "7.0.0-alpha.16"
}
}
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