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

keyv

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keyv - npm Package Compare versions

Comparing version 4.2.5 to 4.2.6

18

package.json
{
"name": "keyv",
"version": "4.2.5",
"version": "4.2.6",
"description": "Simple key-value storage with support for multiple backends",

@@ -49,10 +49,10 @@ "main": "src/index.js",

"xo": "^0.48.0"
},
"tsd" : {
"directory" : "test"
},
"types": "./src/index.d.ts",
"files": [
"src"
]
},
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts",
"files": [
"src"
]
}

@@ -30,3 +30,3 @@ import {EventEmitter} from 'events';

/** Returns the value. */
get<Raw extends boolean = false>(key: string | string[] = [], options?: {raw?: Raw}):
get<Raw extends boolean = false>(key: string | string[], options?: {raw?: Raw}):
Promise<(Raw extends false

@@ -46,3 +46,3 @@ ? Value

*/
delete(key: string | string[] = []): Promise<boolean>;
delete(key: string | string[]): Promise<boolean>;
/** Delete all entries in the current namespace. */

@@ -49,0 +49,0 @@ clear(): Promise<void>;

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