Comparing version 6.1.0 to 6.2.0
{ | ||
"name": "cachely", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "A tiny wrapper that sits around your request function that caches its data for a specified duration, provides updates as requested rather than polling each interval", | ||
@@ -205,5 +205,5 @@ "homepage": "https://github.com/bevry/cachely", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"assert-helpers": "^11.2.0", | ||
"assert-helpers": "^11.3.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-bevry": "^4.0.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -214,3 +214,3 @@ "eslint-plugin-prettier": "^5.0.1", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"projectz": "^3.0.0", | ||
"surge": "^0.23.1", | ||
@@ -220,4 +220,4 @@ "typechecker": "^8.1.0", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.1.0", | ||
"valid-module": "^2.1.0" | ||
"valid-directory": "^4.2.0", | ||
"valid-module": "^2.2.0" | ||
}, | ||
@@ -224,0 +224,0 @@ "scripts": { |
@@ -153,3 +153,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import pkg from 'https://unpkg.com/cachely@^6.1.0/edition-deno/index.ts' | ||
import pkg from 'https://unpkg.com/cachely@^6.2.0/edition-deno/index.ts' | ||
``` | ||
@@ -161,3 +161,3 @@ | ||
<script type="module"> | ||
import pkg from '//cdn.skypack.dev/cachely@^6.1.0' | ||
import pkg from '//cdn.skypack.dev/cachely@^6.2.0' | ||
</script> | ||
@@ -170,3 +170,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/cachely@^6.1.0' | ||
import pkg from '//unpkg.com/cachely@^6.2.0' | ||
</script> | ||
@@ -179,3 +179,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/cachely@6.1.0' | ||
import pkg from '//dev.jspm.io/cachely@6.2.0' | ||
</script> | ||
@@ -182,0 +182,0 @@ ``` |
# Security Policy | ||
## Security Practices | ||
This project meets standardized secure software development practices, including 2FA for all members, password managers with monitoring, secure secret retrieval instead of storage. [Learn more about our practices.](https://tidelift.com/funding/github/npm/cachely) | ||
## Supported Versions | ||
This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to bring the latest project version and its updates to every ecosystem that this project supports, maintaining compatibility with far-reaching ecosystem versions, without losing any capabilities. | ||
This project uses [Bevry's automated tooling](https://github.com/bevry/boundation) to deliver the latest updates, fixes, and improvements inside the latest release while still maintaining widespread ecosystem compatibility. | ||
[Refer to supported ecosystem versions (`Editions` section in `README.md`).](https://github.com/bevry/cachely/blob/master/README.md#Editions) | ||
[Refer to supported ecosystem versions: `Editions` section in `README.md`.](https://github.com/bevry/cachely/blob/master/README.md#Editions) | ||
[Refer to continued automated support of ecosystem versions (`boundation` entries in `HISTORY.md`).](https://github.com/bevry/cachely/blob/master/HISTORY.md) | ||
[Refer to automated support of ecosystem versions: `boundation` entries in `HISTORY.md`.](https://github.com/bevry/cachely/blob/master/HISTORY.md) | ||
Besides testing and verification, out CI also [auto-merges](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions) [Dependabot security updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates) and [auto-publishes](https://github.com/bevry-actions/npm) successful builds of the [`master` branch](https://github.com/bevry/wait/actions?query=branch%3Amaster) to the [`next` version tag](https://www.npmjs.com/package/cachely?activeTab=versions), offering immediate resolutions before scheduled maintenance releases. | ||
## Reporting a Vulnerability | ||
@@ -12,0 +18,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
64811