@babel/helper-plugin-utils
Advanced tools
Comparing version 7.17.12 to 7.18.6
@@ -36,3 +36,5 @@ "use strict"; | ||
}, | ||
assumption: () => () => {} | ||
assumption: () => () => { | ||
return undefined; | ||
} | ||
}; | ||
@@ -39,0 +41,0 @@ |
{ | ||
"name": "@babel/helper-plugin-utils", | ||
"version": "7.17.12", | ||
"version": "7.18.6", | ||
"description": "General utilities for plugins to use", | ||
@@ -19,3 +19,4 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"node": ">=6.9.0" | ||
} | ||
}, | ||
"type": "commonjs" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4555
74