🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@babel/helpers

Package Overview
Dependencies
Maintainers
4
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helpers - npm Package Compare versions

Comparing version
8.0.0-rc.6
to
8.0.0
+8
-7
package.json
{
"name": "@babel/helpers",
"version": "8.0.0-rc.6",
"version": "8.0.0",
"description": "Collection of helper functions used by Babel transforms.",

@@ -18,10 +18,11 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/template": "^8.0.0-rc.6",
"@babel/types": "^8.0.0-rc.6"
"@babel/template": "^8.0.0",
"@babel/types": "^8.0.0"
},
"devDependencies": {
"@babel/generator": "^8.0.0-rc.6",
"@babel/helper-plugin-test-runner": "^8.0.0-rc.6",
"@babel/helper-transform-fixture-test-runner": "^8.0.0-rc.6",
"@babel/parser": "^8.0.0-rc.6",
"@babel/generator": "^8.0.0",
"@babel/helper-plugin-test-runner": "^8.0.0",
"@babel/helper-transform-fixture-test-runner": "^8.0.0",
"@babel/parser": "^8.0.0",
"@babel/traverse": "^8.0.0",
"regenerator-runtime": "^0.14.0",

@@ -28,0 +29,0 @@ "terser": "^5.46.2"

Sorry, the diff of this file is too big to display