version-compare
Advanced tools
Comparing version 3.6.0 to 3.7.0-next.1701776962.611e3cc4709af6cd32d49b9d3ad48e103933ec9b
{ | ||
"name": "version-compare", | ||
"version": "3.6.0", | ||
"version": "3.7.0-next.1701776962.611e3cc4709af6cd32d49b9d3ad48e103933ec9b", | ||
"description": "Comparator to determine if a version is less than, equivalent to, or greater than another version", | ||
@@ -186,16 +186,16 @@ "homepage": "https://github.com/bevry/version-compare", | ||
"dependencies": { | ||
"editions": "^6.16.0" | ||
"editions": "^6.17.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
"@typescript-eslint/parser": "^6.13.1", | ||
"assert-helpers": "^11.6.0", | ||
"eslint": "^8.54.0", | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"assert-helpers": "^11.8.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-bevry": "^5.2.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.4.0", | ||
"make-deno-edition": "^2.0.0", | ||
"make-deno-edition": "^2.0.1", | ||
"prettier": "^3.1.0", | ||
@@ -244,4 +244,5 @@ "projectz": "^3.4.0", | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
"trailingComma": "es5", | ||
"endOfLine": "lf" | ||
} | ||
} | ||
} |
@@ -60,3 +60,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/version-compare@^3.6.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/version-compare@^3.7.0/edition-deno/index.ts' | ||
``` | ||
@@ -63,0 +63,0 @@ |
{ | ||
"compilerOptions": { | ||
"allowJs": true, | ||
"downlevelIteration": true, | ||
"esModuleInterop": true, | ||
"isolatedModules": true, | ||
"maxNodeModuleJsDepth": 5, | ||
"module": "ESNext", | ||
"moduleResolution": "Node", | ||
"strict": true, | ||
"target": "ES2022", | ||
"module": "ESNext", | ||
"downlevelIteration": true | ||
"target": "ES2022" | ||
}, | ||
"include": ["source"] | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
38397
1
Updatededitions@^6.17.0