Socket
Socket
Sign inDemoInstall

@babel/helpers

Package Overview
Dependencies
32
Maintainers
4
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.18.2 to 7.18.6

17

package.json
{
"name": "@babel/helpers",
"version": "7.18.2",
"version": "7.18.6",
"description": "Collection of helper functions used by Babel transforms.",

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

"dependencies": {
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.18.2",
"@babel/types": "^7.18.2"
"@babel/template": "^7.18.6",
"@babel/traverse": "^7.18.6",
"@babel/types": "^7.18.6"
},
"devDependencies": {
"@babel/generator": "^7.18.2",
"@babel/helper-plugin-test-runner": "^7.16.7",
"@babel/parser": "^7.18.0",
"@babel/generator": "^7.18.6",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/parser": "^7.18.6",
"regenerator-runtime": "^0.13.9",

@@ -32,3 +32,4 @@ "terser": "^5.9.0"

"node": ">=6.9.0"
}
},
"type": "commonjs"
}

@@ -17,3 +17,3 @@ import fs from "fs";

function helper(minVersion, source) {
function helper(minVersion: string, source: string) {
return Object.freeze({

@@ -20,0 +20,0 @@ minVersion,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc