New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.4 to 1.0.5

5

cacheable.decorator.ts

@@ -97,3 +97,3 @@ import { Observable, of } from 'rxjs';

*/
_cachePairs.splice(_cachePairs.indexOf(_foundCachePair, 1));
_cachePairs.splice(_cachePairs.indexOf(_foundCachePair), 1);
_foundCachePair = null;

@@ -125,3 +125,4 @@ } else if (_cacheConfig.slidingExpiration) {

_observableCachePairs.splice(
_observableCachePairs.indexOf(_observableCachePairToRemove, 1)
_observableCachePairs.indexOf(_observableCachePairToRemove),
1
);

@@ -128,0 +129,0 @@ }),

2

package.json
{
"name": "ngx-cacheable",
"version": "1.0.4",
"version": "1.0.5",
"description": "Rx Observable cache decorator",

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

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