Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-function-sent

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-proposal-function-sent - 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 _pluginSyntaxFunctionSent = require("@babel/plugin-syntax-function-sent");
var _helperWrapFunction = require("@babel/helper-wrap-function");

@@ -39,3 +38,3 @@ var _core = require("@babel/core");

name: "proposal-function-sent",
inherits: _pluginSyntaxFunctionSent.default,
manipulateOptions: (_, parser) => parser.plugins.push("functionSent"),
visitor: {

@@ -42,0 +41,0 @@ MetaProperty(path, state) {

{
"name": "@babel/plugin-proposal-function-sent",
"version": "7.25.7",
"version": "7.25.8",
"description": "Compile the function.sent meta property to valid ES2015 code",

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

"@babel/helper-plugin-utils": "^7.25.7",
"@babel/helper-wrap-function": "^7.25.7",
"@babel/plugin-syntax-function-sent": "^7.25.7"
"@babel/helper-wrap-function": "^7.25.7"
},

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

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

@@ -32,0 +31,0 @@ },

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

{
"path": "../../packages/babel-plugin-syntax-function-sent"
},
{
"path": "../../packages/babel-core"

@@ -25,0 +22,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