@netlify/angular-runtime
Advanced tools
Comparing version 2.0.7 to 2.1.0
{ | ||
"name": "@netlify/angular-runtime", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.", | ||
@@ -28,2 +28,3 @@ "main": "src/index.js", | ||
"pretest:fixtures:prerender-false": "cd tests/fixtures/prerender-false && npm ci", | ||
"pretest:fixtures:angular-18": "cd tests/fixtures/angular-18 && npm ci", | ||
"pretest": "run-s pretest:*", | ||
@@ -30,0 +31,0 @@ "test": "node --test" |
@@ -21,4 +21,4 @@ const { readJSON } = require('fs-extra') | ||
const { version } = await readJSON(packagePath) | ||
if (!satisfies(version, '^17.0.0-rc', { includePrerelease: true })) { | ||
console.warn(`This site does not seem to be using Angular 17.`) | ||
if (!satisfies(version, '>=17.0.0-rc', { includePrerelease: true })) { | ||
console.warn(`This site does not seem to be using Angular 17 or later. Found: ${version}.`) | ||
return false | ||
@@ -25,0 +25,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
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
17659
1