babel-helper-remap-async-to-generator
Advanced tools
Comparing version 6.4.5 to 6.4.6
@@ -27,3 +27,3 @@ /* @flow */ | ||
var arrowBuildWrapper = _babelTemplate2["default"]("\n (() => {\n var ref = FUNCTION;\n return (PARAMS) => ref.apply(this, arguments);\n })\n"); | ||
var arrowBuildWrapper = _babelTemplate2["default"]("\n (() => {\n var ref = FUNCTION, _this = this;\n return function(PARAMS) {\n return ref.apply(_this, arguments);\n };\n })\n"); | ||
@@ -30,0 +30,0 @@ var awaitVisitor = { |
{ | ||
"name": "babel-helper-remap-async-to-generator", | ||
"version": "6.4.5", | ||
"version": "6.4.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4139
0