Socket
Socket
Sign inDemoInstall

babel-plugin-transform-do-expressions

Package Overview
Dependencies
Maintainers
6
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 6.5.0 to 6.8.0

8

lib/index.js

@@ -1,10 +0,10 @@

"use strict";
/*istanbul ignore next*/"use strict";
exports.__esModule = true;
exports["default"] = function () {
exports.default = function () {
return {
inherits: require("babel-plugin-syntax-do-expressions"),
visitor: {
visitor: { /*istanbul ignore next*/
DoExpression: function DoExpression(path) {

@@ -22,2 +22,2 @@ var body = path.node.body.body;

module.exports = exports["default"];
/*istanbul ignore next*/module.exports = exports["default"];
{
"name": "babel-plugin-transform-do-expressions",
"version": "6.5.0",
"version": "6.8.0",
"description": "Compile do expressions to ES5",

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

"dependencies": {
"babel-plugin-syntax-do-expressions": "^6.3.13",
"babel-runtime": "^5.0.0"
"babel-plugin-syntax-do-expressions": "^6.8.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
"babel-helper-plugin-test-runner": "^6.8.0"
}
}
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