New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

applesauce-core

Package Overview
Dependencies
Maintainers
0
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applesauce-core - npm Package Compare versions

Comparing version 0.0.0-next-20250213170222 to 0.0.0-next-20250213173056

4

dist/query-store/query-store.js

@@ -1,2 +0,2 @@

import { filter, shareReplay } from "rxjs";
import { filter, ReplaySubject, share, timer } from "rxjs";
import { LRU } from "../helpers/lru.js";

@@ -27,3 +27,3 @@ import * as Queries from "../queries/index.js";

.run(this.store, this)
.pipe(shareReplay({ refCount: true, bufferSize: 1 }));
.pipe(share({ connector: () => new ReplaySubject(1), resetOnComplete: () => timer(60_000) }));
this.observables.set(query, observable);

@@ -30,0 +30,0 @@ return observable;

{
"name": "applesauce-core",
"version": "0.0.0-next-20250213170222",
"version": "0.0.0-next-20250213173056",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

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