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

cachely

Package Overview
Dependencies
Maintainers
1
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 6.2.0 to 6.3.0

2

edition-deno/index.ts

@@ -1,2 +0,2 @@

import oneday from 'https://unpkg.com/oneday@^5.0.0/edition-deno/index.ts'
import oneday from 'https://unpkg.com/oneday@^5.1.0/edition-deno/index.ts'

@@ -3,0 +3,0 @@ type Log = (logLevel: string, ...args: any[]) => any

{
"name": "cachely",
"version": "6.2.0",
"version": "6.3.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",

@@ -197,4 +197,4 @@ "homepage": "https://github.com/bevry/cachely",

"dependencies": {
"editions": "^6.11.0",
"oneday": "^5.0.0"
"editions": "^6.13.0",
"oneday": "^5.1.0"
},

@@ -206,3 +206,3 @@ "devDependencies": {

"@typescript-eslint/parser": "^6.11.0",
"assert-helpers": "^11.3.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",

@@ -212,3 +212,3 @@ "eslint-config-bevry": "^4.0.0",

"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.1.0",
"kava": "^7.2.0",
"make-deno-edition": "^1.3.0",

@@ -218,3 +218,3 @@ "prettier": "^3.1.0",

"surge": "^0.23.1",
"typechecker": "^8.1.0",
"typechecker": "^8.2.0",
"typedoc": "^0.25.3",

@@ -221,0 +221,0 @@ "typescript": "5.2.2",

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

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

@@ -161,3 +161,3 @@

<script type="module">
import pkg from '//cdn.skypack.dev/cachely@^6.2.0'
import pkg from '//cdn.skypack.dev/cachely@^6.3.0'
</script>

@@ -170,3 +170,3 @@ ```

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

@@ -179,3 +179,3 @@ ```

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

@@ -182,0 +182,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