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

koatty_store

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_store - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

4

dist/memory.d.ts

@@ -47,6 +47,6 @@ import { CacheStore, StoreOptions } from ".";

* @param {string} name
* @param {Function} scripts
* @param {*} scripts
* @memberof MemoryStore
*/
defineCommand(name: string, scripts: Function): Promise<any>;
defineCommand(name: string, scripts: any): Promise<any>;
/**

@@ -53,0 +53,0 @@ *

@@ -64,3 +64,3 @@ "use strict";

* @param {string} name
* @param {Function} scripts
* @param {*} scripts
* @memberof MemoryStore

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

Object.defineProperty(client, name, {
value: scripts,
value: async function () {
return scripts;
},
writable: false,

@@ -74,0 +76,0 @@ configurable: false,

{
"name": "koatty_store",
"version": "1.4.2",
"version": "1.4.3",
"description": "Cache store for koatty.",

@@ -87,2 +87,2 @@ "scripts": {

}
}
}

Sorry, the diff of this file is not supported yet

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