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

@fluidframework/runtime-definitions

Package Overview
Dependencies
Maintainers
3
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/runtime-definitions - npm Package Compare versions

Comparing version 0.28.5 to 0.28.6

5

dist/summary.d.ts

@@ -35,4 +35,7 @@ /*!

* Defaults to false.
*
* BUG BUG: Default to true while we investigate problem
* with differential summaries
*/
readonly throwOnFailure?: boolean;
readonly throwOnFailure?: true;
}

@@ -39,0 +42,0 @@ export declare enum CreateSummarizerNodeSource {

8

package.json
{
"name": "@fluidframework/runtime-definitions",
"version": "0.28.5",
"version": "0.28.6",
"description": "Fluid Runtime definitions",

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

"@fluidframework/common-utils": "^0.25.0",
"@fluidframework/container-definitions": "^0.28.5",
"@fluidframework/core-interfaces": "^0.28.5",
"@fluidframework/driver-definitions": "^0.28.5",
"@fluidframework/container-definitions": "^0.28.6",
"@fluidframework/core-interfaces": "^0.28.6",
"@fluidframework/driver-definitions": "^0.28.6",
"@fluidframework/protocol-definitions": "^0.1014.1",

@@ -36,0 +36,0 @@ "@types/node": "^10.17.24"

@@ -47,4 +47,7 @@ /*!

* Defaults to false.
*
* BUG BUG: Default to true while we investigate problem
* with differential summaries
*/
readonly throwOnFailure?: boolean,
readonly throwOnFailure?: true,
}

@@ -51,0 +54,0 @@

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