New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@luolapeikko/cache-types

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luolapeikko/cache-types - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/index.d.ts

@@ -5,2 +5,3 @@ /**

* @template Key - Optional type of the cache key (default is string)
* @version 0.0.1
* @example

@@ -87,2 +88,3 @@ * function foo(cache: ICache<string>) {

* @template Key - Optional type of the cache key (default is string)
* @version 0.0.1
* @example

@@ -89,0 +91,0 @@ * function foo(cache: IAsyncCache<string>) {

20

package.json
{
"name": "@luolapeikko/cache-types",
"version": "0.0.1",
"version": "0.0.2",
"description": "Typescript cache interfaces",

@@ -31,8 +31,8 @@ "type": "module",

"devDependencies": {
"@stylistic/eslint-plugin": "^2.7.2",
"@stylistic/eslint-plugin-ts": "^2.7.2",
"@types/node": "^22.5.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.57.0",
"@stylistic/eslint-plugin": "^2.8.0",
"@stylistic/eslint-plugin-ts": "^2.8.0",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",

@@ -44,5 +44,5 @@ "eslint-config-standard": "^17.1.0",

"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typedoc": "^0.26.6",
"typescript": "^5.5.4"
"tsup": "^8.3.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2"
},

@@ -49,0 +49,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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