Socket
Socket
Sign inDemoInstall

@babel/helpers

Package Overview
Dependencies
32
Maintainers
6
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.14.8 to 7.15.3

3

lib/helpers.js

@@ -596,3 +596,6 @@ "use strict";

return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}
return assertThisInitialized(self);

@@ -599,0 +602,0 @@ }

6

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

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

"@babel/template": "^7.14.5",
"@babel/traverse": "^7.14.8",
"@babel/types": "^7.14.8"
"@babel/traverse": "^7.15.0",
"@babel/types": "^7.15.0"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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