Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cachely

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cachely - npm Package Compare versions

Comparing version 5.14.0 to 5.15.0-next.1595342358.03aee0ddb63ad241dce0559ee12c18589f94bed3

4

HISTORY.md
# History
## v5.15.0 2020 July 22
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v5.14.0 2020 July 3

@@ -4,0 +8,0 @@

16

package.json
{
"name": "cachely",
"version": "5.14.0",
"version": "5.15.0-next.1595342358.03aee0ddb63ad241dce0559ee12c18589f94bed3",
"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",

@@ -162,7 +162,7 @@ "homepage": "https://github.com/bevry/cachely",

"@bevry/update-contributors": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"assert-helpers": "^6.16.0",
"eslint": "^7.3.1",
"eslint-config-bevry": "^3.13.0",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"assert-helpers": "^6.17.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.15.0",
"eslint-config-prettier": "^6.11.0",

@@ -174,6 +174,6 @@ "eslint-plugin-prettier": "^3.1.4",

"projectz": "^2.11.0",
"surge": "^0.21.3",
"surge": "^0.21.6",
"typechecker": "^7.11.0",
"typedoc": "^0.17.8",
"typescript": "^3.9.6",
"typescript": "^3.9.7",
"valid-directory": "^2.6.0",

@@ -180,0 +180,0 @@ "valid-module": "^1.10.0"

@@ -154,3 +154,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/cachely@^5.14.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/cachely@^5.15.0/edition-deno/index.ts'
```

@@ -162,3 +162,3 @@

<script type="module">
import pkg from '//cdn.pika.dev/cachely/^5.14.0'
import pkg from '//cdn.pika.dev/cachely/^5.15.0'
</script>

@@ -171,3 +171,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/cachely@^5.14.0'
import pkg from '//unpkg.com/cachely@^5.15.0'
</script>

@@ -180,3 +180,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/cachely@5.14.0'
import pkg from '//dev.jspm.io/cachely@5.15.0'
</script>

@@ -183,0 +183,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc