@zeit/schemas
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -30,2 +30,6 @@ const {Service} = require('./service'); | ||
}, | ||
'project': { | ||
type: 'string', | ||
minLength: 1 | ||
}, | ||
'alias': { | ||
@@ -32,0 +36,0 @@ type: [ |
{ | ||
"name": "@zeit/schemas", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "All schemas used for validation that are shared between our projects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -229,2 +229,9 @@ /* eslint camelcase: 0 */ | ||
exports.test_project = () => { | ||
const isValid = ajv.validate(deploymentConfigSchema, { | ||
project: 'cool-project' | ||
}); | ||
assert.equal(isValid, true); | ||
}; | ||
exports.test_github_enabled = () => { | ||
@@ -231,0 +238,0 @@ const isValid = ajv.validate(deploymentConfigSchema, { |
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
76142
907
0