Socket
Socket
Sign inDemoInstall

@babel/helper-wrap-function

Package Overview
Dependencies
4
Maintainers
6
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.10.4 to 7.12.3

2

lib/index.js

@@ -115,3 +115,3 @@ "use strict";

function wrapFunction(path, callId) {
if (path.isClassMethod() || path.isObjectMethod()) {
if (path.isMethod()) {
classOrObjectMethod(path, callId);

@@ -118,0 +118,0 @@ } else {

{
"name": "@babel/helper-wrap-function",
"version": "7.10.4",
"version": "7.12.3",
"description": "Helper to wrap functions inside a function call.",

@@ -20,4 +20,3 @@ "repository": {

"@babel/types": "^7.10.4"
},
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
}
}
}
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