Socket
Socket
Sign inDemoInstall

babel-plugin-syntax-async-functions

Package Overview
Dependencies
1
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.5.0 to 6.8.0

8

lib/index.js

@@ -1,7 +0,7 @@

"use strict";
/*istanbul ignore next*/"use strict";
exports.__esModule = true;
exports["default"] = function () {
return {
exports.default = function () {
return { /*istanbul ignore next*/
manipulateOptions: function manipulateOptions(opts, parserOpts) {

@@ -13,2 +13,2 @@ parserOpts.plugins.push("asyncFunctions");

module.exports = exports["default"];
/*istanbul ignore next*/module.exports = exports["default"];
{
"name": "babel-plugin-syntax-async-functions",
"version": "6.5.0",
"version": "6.8.0",
"description": "Allow parsing of async functions",

@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-functions",

"dependencies": {
"babel-runtime": "^5.0.0"
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
"babel-helper-plugin-test-runner": "^6.8.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc