Socket
Socket
Sign inDemoInstall

@babel/plugin-proposal-function-sent

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-function-sent - npm Package Compare versions

Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5

2

lib/index.js

@@ -7,3 +7,3 @@ import { declare } from '@babel/helper-plugin-utils';

var index = declare(api => {
api.assertVersion(7);
api.assertVersion("8.0.0-alpha.5");
const isFunctionSent = node => types.isIdentifier(node.meta, {

@@ -10,0 +10,0 @@ name: "function"

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

@@ -20,12 +20,12 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.4",
"@babel/helper-wrap-function": "^8.0.0-alpha.4",
"@babel/plugin-syntax-function-sent": "^8.0.0-alpha.4"
"@babel/helper-plugin-utils": "^8.0.0-alpha.5",
"@babel/helper-wrap-function": "^8.0.0-alpha.5",
"@babel/plugin-syntax-function-sent": "^8.0.0-alpha.5"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.4"
"@babel/core": "^8.0.0-alpha.5"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.4",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.4"
"@babel/core": "^8.0.0-alpha.5",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.5"
},

@@ -32,0 +32,0 @@ "engines": {

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