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.0.0-beta.32 to 7.0.0-beta.33

12

package.json
{
"name": "@babel/plugin-proposal-function-sent",
"version": "7.0.0-beta.32",
"version": "7.0.0-beta.33",
"description": "Compile the function.sent meta propety to valid ES2015 code",

@@ -12,12 +12,12 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-function-sent",

"dependencies": {
"@babel/helper-wrap-function": "7.0.0-beta.32",
"@babel/plugin-syntax-function-sent": "7.0.0-beta.32"
"@babel/helper-wrap-function": "7.0.0-beta.33",
"@babel/plugin-syntax-function-sent": "7.0.0-beta.33"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.32"
"@babel/core": "7.0.0-beta.33"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.32",
"@babel/helper-plugin-test-runner": "7.0.0-beta.32"
"@babel/core": "7.0.0-beta.33",
"@babel/helper-plugin-test-runner": "7.0.0-beta.33"
}
}

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

{
"plugins": ["@babel/proposal-function-sent"]
"plugins": ["@babel/plugin-proposal-function-sent"]
}

@@ -54,3 +54,3 @@ ```

```sh
babel --plugins @babel/proposal-function-sent script.js
babel --plugins @babel/plugin-proposal-function-sent script.js
```

@@ -62,3 +62,3 @@

require("@babel/core").transform("code", {
plugins: ["@babel/proposal-function-sent"]
plugins: ["@babel/plugin-proposal-function-sent"]
});

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