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

@fluidframework/driver-base

Package Overview
Dependencies
Maintainers
0
Versions
585
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/driver-base - npm Package Compare versions

Comparing version 2.10.0-307399 to 2.10.0

4

CHANGELOG.md
# @fluidframework/driver-base
## 2.10.0
Dependency updates only.
## 2.5.0

@@ -4,0 +8,0 @@

2

dist/documentDeltaConnection.d.ts

@@ -162,3 +162,3 @@ /*!

*/
protected disconnectCore(): void;
protected disconnectCore(err: IAnyDriverError): void;
protected initialize(connectMessage: IConnect, timeout: number): Promise<void>;

@@ -165,0 +165,0 @@ private addPropsToError;

@@ -324,3 +324,3 @@ "use strict";

// Clear the connection/socket before letting the deltaManager/connection manager know about the disconnect.
this.disconnectCore();
this.disconnectCore(err);
// Let user of connection object know about disconnect.

@@ -333,3 +333,3 @@ this.emit("disconnect", err);

*/
disconnectCore() {
disconnectCore(err) {
this.socket.disconnect();

@@ -336,0 +336,0 @@ }

@@ -8,3 +8,3 @@ /*!

export declare const pkgName = "@fluidframework/driver-base";
export declare const pkgVersion = "2.10.0-307399";
export declare const pkgVersion = "2.10.0";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -11,3 +11,3 @@ "use strict";

exports.pkgName = "@fluidframework/driver-base";
exports.pkgVersion = "2.10.0-307399";
exports.pkgVersion = "2.10.0";
//# sourceMappingURL=packageVersion.js.map

@@ -162,3 +162,3 @@ /*!

*/
protected disconnectCore(): void;
protected disconnectCore(err: IAnyDriverError): void;
protected initialize(connectMessage: IConnect, timeout: number): Promise<void>;

@@ -165,0 +165,0 @@ private addPropsToError;

@@ -321,3 +321,3 @@ /*!

// Clear the connection/socket before letting the deltaManager/connection manager know about the disconnect.
this.disconnectCore();
this.disconnectCore(err);
// Let user of connection object know about disconnect.

@@ -330,3 +330,3 @@ this.emit("disconnect", err);

*/
disconnectCore() {
disconnectCore(err) {
this.socket.disconnect();

@@ -333,0 +333,0 @@ }

@@ -8,3 +8,3 @@ /*!

export declare const pkgName = "@fluidframework/driver-base";
export declare const pkgVersion = "2.10.0-307399";
export declare const pkgVersion = "2.10.0";
//# sourceMappingURL=packageVersion.d.ts.map

@@ -8,3 +8,3 @@ /*!

export const pkgName = "@fluidframework/driver-base";
export const pkgVersion = "2.10.0-307399";
export const pkgVersion = "2.10.0";
//# sourceMappingURL=packageVersion.js.map
{
"name": "@fluidframework/driver-base",
"version": "2.10.0-307399",
"version": "2.10.0",
"description": "Shared driver code for Fluid driver implementations",

@@ -62,8 +62,8 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "2.10.0-307399",
"@fluidframework/core-interfaces": "2.10.0-307399",
"@fluidframework/core-utils": "2.10.0-307399",
"@fluidframework/driver-definitions": "2.10.0-307399",
"@fluidframework/driver-utils": "2.10.0-307399",
"@fluidframework/telemetry-utils": "2.10.0-307399"
"@fluid-internal/client-utils": "~2.10.0",
"@fluidframework/core-interfaces": "~2.10.0",
"@fluidframework/core-utils": "~2.10.0",
"@fluidframework/driver-definitions": "~2.10.0",
"@fluidframework/driver-utils": "~2.10.0",
"@fluidframework/telemetry-utils": "~2.10.0"
},

@@ -73,3 +73,3 @@ "devDependencies": {

"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "2.10.0-307399",
"@fluid-internal/mocha-test-setup": "~2.10.0",
"@fluid-tools/build-cli": "^0.51.0",

@@ -76,0 +76,0 @@ "@fluidframework/build-common": "^2.0.3",

@@ -448,3 +448,3 @@ /*!

// Clear the connection/socket before letting the deltaManager/connection manager know about the disconnect.
this.disconnectCore();
this.disconnectCore(err);

@@ -459,3 +459,3 @@ // Let user of connection object know about disconnect.

*/
protected disconnectCore() {
protected disconnectCore(err: IAnyDriverError) {
this.socket.disconnect();

@@ -462,0 +462,0 @@ }

@@ -9,2 +9,2 @@ /*!

export const pkgName = "@fluidframework/driver-base";
export const pkgVersion = "2.10.0-307399";
export const pkgVersion = "2.10.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

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