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

@data-eden/cache

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-eden/cache - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

2

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@data-eden/cache",
"version": "0.13.0",
"version": "0.13.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -638,4 +638,4 @@ import { LiveCacheTransactionImpl } from './live-transaction.js';

function resolveConflict(
target: Record<string, object | string | number>,
source: Record<string, object | string | number>,
target: Record<string, object | string | number | undefined>,
source: Record<string, object | string | number | undefined>,
property: string

@@ -642,0 +642,0 @@ ): CacheKeyValue {

@@ -265,3 +265,3 @@ export { buildCache } from '../src/cache.js';

export type CacheKeyValue =
| Record<string, object | string | number>
| Record<string, object | string | number | undefined>
| string

@@ -268,0 +268,0 @@ | number;

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