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

@accumulators/memory

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accumulators/memory - npm Package Compare versions

Comparing version 3.0.3 to 3.0.8

2

lib/index.d.ts
import { IStore } from "@accumulators/core";
export default class MemoryStore implements IStore {
private store;
store: Map<string, string>;
constructor();

@@ -5,0 +5,0 @@ get(key: string): Promise<string | undefined>;

{
"name": "@accumulators/memory",
"version": "3.0.3",
"version": "3.0.8",
"description": "In Memory IStore implementation for Accumulators",

@@ -29,5 +29,5 @@ "keywords": [],

"dependencies": {
"@accumulators/core": "^3.0.3"
"@accumulators/core": "^3.0.8"
},
"gitHead": "32874d15a33696896c4b0189f4699642da399849"
"gitHead": "1b5084968c5aa0a7034ff8d7c75cccf2eb882c4f"
}

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