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

@fluidframework/protocol-definitions

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/protocol-definitions - npm Package Compare versions

Comparing version 0.1024.0-22909 to 0.1024.0-23019

1

dist/storage.d.ts

@@ -75,2 +75,3 @@ /*!

id?: string;
unreferenced?: true;
}

@@ -77,0 +78,0 @@ export interface ISnapshotTree {

@@ -75,2 +75,3 @@ /*!

id?: string;
unreferenced?: true;
}

@@ -77,0 +78,0 @@ export interface ISnapshotTree {

2

package.json
{
"name": "@fluidframework/protocol-definitions",
"version": "0.1024.0-22909",
"version": "0.1024.0-23019",
"description": "Fluid protocol definitions",

@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com",

@@ -92,6 +92,7 @@ /*!

entries: ITreeEntry[];
// Unique ID representing all entries in the tree. Can be used to optimize snapshotting in the case
// it is known that the ITree has already been created and stored
id?: string;
// Indicates that this tree is unreferenced. If this is not present, the tree is considered referenced.
unreferenced?: true;
}

@@ -98,0 +99,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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