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

@dittolive/ditto

Package Overview
Dependencies
Maintainers
7
Versions
615
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dittolive/ditto - npm Package Compare versions

Comparing version 0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.2 to 0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.3

2

package.json
{
"name": "@dittolive/ditto",
"version": "0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.2",
"version": "0.0.1-experimental.kb-fix-botched-types-file-introduced-with-alpha-10.3",
"description": "Ditto let's you sync wothout the internet.'",

@@ -5,0 +5,0 @@ "homepage": "https://ditto.live",

@@ -19,3 +19,3 @@ declare module "@dittolive/ditto" {

export type DocumentValue = {
[key: string]: null | boolean | number | string | DocumentValue | DocumentValue[] | Counter;
[key: string]: null | boolean | boolean[] | number | number[] | string | string[] | DocumentValue | DocumentValue[] | Counter;
};

@@ -22,0 +22,0 @@ /**

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