@zeit/schemas
Advanced tools
Comparing version 2.25.0 to 2.26.0
{ | ||
"name": "@zeit/schemas", | ||
"version": "2.25.0", | ||
"version": "2.26.0", | ||
"description": "All schemas used for validation that are shared between our projects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -186,5 +186,10 @@ const Username = { | ||
const EnablePreviewFeedback = { | ||
type: { | ||
enum: ['default', 'on', 'off'], | ||
}, | ||
oneOf: [ | ||
{ | ||
enum: ['on', 'off', 'default'], | ||
}, | ||
{ | ||
type: 'null', | ||
}, | ||
], | ||
}; | ||
@@ -191,0 +196,0 @@ |
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
30144
1205
0