@nuxt/utils
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.4.3](https://github.com/nuxt/nuxt.js/compare/v2.4.2...v2.4.3) (2019-02-06) | ||
### Bug Fixes | ||
* serialize external function ([#4916](https://github.com/nuxt/nuxt.js/issues/4916)) ([14f43da](https://github.com/nuxt/nuxt.js/commit/14f43da)) | ||
## [2.4.2](https://github.com/nuxt/nuxt.js/compare/v2.4.1...v2.4.2) (2019-01-30) | ||
@@ -8,0 +19,0 @@ |
/*! | ||
* @nuxt/utils v2.4.2 (c) 2016-2019 | ||
* @nuxt/utils v2.4.3 (c) 2016-2019 | ||
@@ -1656,3 +1656,3 @@ * - All the amazing contributors | ||
}) | ||
.replace(`${func.name}(`, 'function (') | ||
.replace(`${func.name || 'function'}(`, 'function (') | ||
} | ||
@@ -1659,0 +1659,0 @@ |
{ | ||
"name": "@nuxt/utils", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
46922
2