@bevry/file
Advanced tools
Comparing version 2.1.0 to 2.2.0-next.1700024293.6d475a39b6722923dab140ebc59b0d650b690112
{ | ||
"name": "@bevry/file", | ||
"version": "2.1.0", | ||
"version": "2.2.0-next.1700024293.6d475a39b6722923dab140ebc59b0d650b690112", | ||
"description": "Helpers for reading, writing, deleting, and accessing a file.", | ||
@@ -200,4 +200,4 @@ "homepage": "https://github.com/bevry/file", | ||
"dependencies": { | ||
"editions": "^6.11.0", | ||
"version-compare": "^3.1.0" | ||
"editions": "^6.13.0", | ||
"version-compare": "^3.2.0" | ||
}, | ||
@@ -209,3 +209,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.4.0", | ||
"eslint": "^8.53.0", | ||
@@ -215,10 +215,10 @@ "eslint-config-bevry": "^4.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.1.0", | ||
"kava": "^7.2.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"projectz": "^3.0.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.1.0", | ||
"valid-module": "^2.1.0" | ||
"valid-directory": "^4.2.0", | ||
"valid-module": "^2.2.0" | ||
}, | ||
@@ -267,2 +267,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -54,3 +54,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/@bevry/file@^2.1.0' | ||
import * as pkg from '//cdn.skypack.dev/@bevry/file@^2.2.0' | ||
</script> | ||
@@ -63,3 +63,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/@bevry/file@^2.1.0' | ||
import * as pkg from '//unpkg.com/@bevry/file@^2.2.0' | ||
</script> | ||
@@ -72,3 +72,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/@bevry/file@2.1.0' | ||
import * as pkg from '//dev.jspm.io/@bevry/file@2.2.0' | ||
</script> | ||
@@ -75,0 +75,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
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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
138322
18
1
Updatededitions@^6.13.0
Updatedversion-compare@^3.2.0