Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-do-expressions

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-do-expressions - npm Package Compare versions

Comparing version 7.25.7 to 7.25.8

3

lib/index.js

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

var _helperPluginUtils = require("@babel/helper-plugin-utils");
var _pluginSyntaxDoExpressions = require("@babel/plugin-syntax-do-expressions");
var _default = exports.default = (0, _helperPluginUtils.declare)(api => {

@@ -14,3 +13,3 @@ api.assertVersion(7);

name: "proposal-do-expressions",
inherits: _pluginSyntaxDoExpressions.default,
manipulateOptions: (_, parser) => parser.plugins.push("doExpressions"),
visitor: {

@@ -17,0 +16,0 @@ DoExpression: {

{
"name": "@babel/plugin-proposal-do-expressions",
"version": "7.25.7",
"version": "7.25.8",
"description": "Compile do expressions to ES5",

@@ -20,4 +20,3 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.25.7",
"@babel/plugin-syntax-do-expressions": "^7.25.7"
"@babel/helper-plugin-utils": "^7.25.7"
},

@@ -28,3 +27,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/helper-plugin-test-runner": "^7.25.7"

@@ -31,0 +30,0 @@ },

@@ -17,5 +17,2 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */

{
"path": "../../packages/babel-plugin-syntax-do-expressions"
},
{
"path": "../../packages/babel-core"

@@ -22,0 +19,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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