schema-utils
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,11 @@ # Changelog | ||
### [2.0.1](https://github.com/webpack-contrib/schema-utils/compare/v2.0.0...v2.0.1) (2019-07-18) | ||
### Bug Fixes | ||
* error message for empty object ([#44](https://github.com/webpack-contrib/schema-utils/issues/44)) ([0b4b4a2](https://github.com/webpack-contrib/schema-utils/commit/0b4b4a2)) | ||
### [2.0.0](https://github.com/webpack-contrib/schema-utils/compare/v1.0.0...v2.0.0) (2019-07-17) | ||
@@ -7,0 +16,0 @@ |
@@ -338,3 +338,3 @@ "use strict"; | ||
return `object${objectStructure ? ` { ${objectStructure} }` : ''}${hints.length > 0 ? ` (${hints.join(', ')})` : ''}`; | ||
return `object {${objectStructure ? ` ${objectStructure} ` : ''}}${hints.length > 0 ? ` (${hints.join(', ')})` : ''}`; | ||
} | ||
@@ -341,0 +341,0 @@ |
{ | ||
"name": "schema-utils", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "webpack Validation Utils", | ||
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
39449
0