Socket
Socket
Sign inDemoInstall

@babel/helper-remap-async-to-generator

Package Overview
Dependencies
34
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.16.4 to 7.16.5

6

package.json
{
"name": "@babel/helper-remap-async-to-generator",
"version": "7.16.4",
"version": "7.16.5",
"description": "Helper function to remap async functions to generators",

@@ -18,7 +18,7 @@ "repository": {

"@babel/helper-annotate-as-pure": "^7.16.0",
"@babel/helper-wrap-function": "^7.16.0",
"@babel/helper-wrap-function": "^7.16.5",
"@babel/types": "^7.16.0"
},
"devDependencies": {
"@babel/traverse": "^7.16.3"
"@babel/traverse": "^7.16.5"
},

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

@@ -12,3 +12,3 @@ # @babel/helper-remap-async-to-generator

```sh
npm install --save-dev @babel/helper-remap-async-to-generator
npm install --save @babel/helper-remap-async-to-generator
```

@@ -19,3 +19,3 @@

```sh
yarn add @babel/helper-remap-async-to-generator --dev
yarn add @babel/helper-remap-async-to-generator
```
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