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

@fluidframework/driver-definitions

Package Overview
Dependencies
Maintainers
0
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/driver-definitions - npm Package Compare versions

Comparing version 2.10.0-305357 to 2.10.0-306579

1

api-report/driver-definitions.beta.api.md

@@ -87,3 +87,2 @@ ## Beta API Report File for "@fluidframework/driver-definitions"

groupId?: string;
// (undocumented)
tree: {

@@ -90,0 +89,0 @@ [path: string]: SummaryObject;

@@ -603,3 +603,2 @@ ## Alpha API Report File for "@fluidframework/driver-definitions"

groupId?: string;
// (undocumented)
tree: {

@@ -606,0 +605,0 @@ [path: string]: SummaryObject;

@@ -87,3 +87,2 @@ ## Public API Report File for "@fluidframework/driver-definitions"

groupId?: string;
// (undocumented)
tree: {

@@ -90,0 +89,0 @@ [path: string]: SummaryObject;

@@ -87,3 +87,2 @@ ## Public API Report File for "@fluidframework/driver-definitions"

groupId?: string;
// (undocumented)
tree: {

@@ -90,0 +89,0 @@ [path: string]: SummaryObject;

5

dist/protocol/summary.d.ts

@@ -149,2 +149,7 @@ /*!

type: SummaryType.Tree;
/**
* The object containing all the tree's {@link SummaryObject} children.
*
* @param path - The key to store the SummaryObject at in the current summary tree being generated. Should not contain any "/" characters and should not change when encodeURIComponent is called on it.
*/
tree: {

@@ -151,0 +156,0 @@ [path: string]: SummaryObject;

@@ -149,2 +149,7 @@ /*!

type: SummaryType.Tree;
/**
* The object containing all the tree's {@link SummaryObject} children.
*
* @param path - The key to store the SummaryObject at in the current summary tree being generated. Should not contain any "/" characters and should not change when encodeURIComponent is called on it.
*/
tree: {

@@ -151,0 +156,0 @@ [path: string]: SummaryObject;

{
"name": "@fluidframework/driver-definitions",
"version": "2.10.0-305357",
"version": "2.10.0-306579",
"description": "Fluid driver definitions",

@@ -50,3 +50,3 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/core-interfaces": "2.10.0-305357"
"@fluidframework/core-interfaces": "2.10.0-306579"
},

@@ -53,0 +53,0 @@ "devDependencies": {

@@ -170,3 +170,7 @@ /*!

// TODO type I can infer from SummaryObject. File mode I may want to directly specify so have symlink+exec access
/**
* The object containing all the tree's {@link SummaryObject} children.
*
* @param path - The key to store the SummaryObject at in the current summary tree being generated. Should not contain any "/" characters and should not change when encodeURIComponent is called on it.
*/
tree: { [path: string]: SummaryObject };

@@ -173,0 +177,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