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

ngx-cacheable

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-cacheable - npm Package Compare versions

Comparing version 1.2.1-beta.1 to 1.2.1-beta.2

5

common/InMemoryStorageStrategy.d.ts
import { IStorageStrategy } from './IStorageStrategy';
import { Observable } from 'rxjs';
import { ICachePair } from '.';
export declare class InMemoryStorageStrategy extends IStorageStrategy {
private cachePairs;
add(cachePair: ICachePair<Observable<any>>): void;
add(cachePair: ICachePair<any>): void;
updateAtIndex(index: number, entity: ICachePair<any>): void;
getAll(): ICachePair<Observable<any>>[];
getAll(): ICachePair<any>[];
removeAtIndex(index: number): void;
removeAll(): void;
}

2

package.json
{
"name": "ngx-cacheable",
"version": "1.2.1-beta.1",
"version": "1.2.1-beta.2",
"description": "Promise/Observable cache decorators",

@@ -5,0 +5,0 @@ "main": "./index.js",

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