Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-proposal-function-sent

Package Overview
Dependencies
Maintainers
4
Versions
79
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.22.5 to 7.23.3

3

lib/index.js

@@ -11,3 +11,3 @@ "use strict";

var _core = require("@babel/core");
var _default = (0, _helperPluginUtils.declare)(api => {
var _default = exports.default = (0, _helperPluginUtils.declare)(api => {
api.assertVersion(7);

@@ -57,4 +57,3 @@ const isFunctionSent = node => _core.types.isIdentifier(node.meta, {

});
exports.default = _default;
//# sourceMappingURL=index.js.map
{
"name": "@babel/plugin-proposal-function-sent",
"version": "7.22.5",
"version": "7.23.3",
"description": "Compile the function.sent meta property to valid ES2015 code",

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

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

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

"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"

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

@@ -5,3 +5,3 @@ # @babel/plugin-proposal-function-sent

See our website [@babel/plugin-proposal-function-sent](https://babeljs.io/docs/en/babel-plugin-proposal-function-sent) for more information.
See our website [@babel/plugin-proposal-function-sent](https://babeljs.io/docs/babel-plugin-proposal-function-sent) for more information.

@@ -8,0 +8,0 @@ ## Install

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