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

@fluidframework/container-definitions

Package Overview
Dependencies
Maintainers
3
Versions
494
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-definitions - npm Package Compare versions

Comparing version 0.32.3 to 0.33.0-13708

9

dist/deltas.d.ts

@@ -168,12 +168,3 @@ /*!

toArray(): T[];
/**
* System level pause
* @returns A promise which resolves when processing has been paused.
*/
systemPause(): Promise<void>;
/**
* System level resume
*/
systemResume(): void;
}
//# sourceMappingURL=deltas.d.ts.map

@@ -168,12 +168,3 @@ /*!

toArray(): T[];
/**
* System level pause
* @returns A promise which resolves when processing has been paused.
*/
systemPause(): Promise<void>;
/**
* System level resume
*/
systemResume(): void;
}
//# sourceMappingURL=deltas.d.ts.map

8

package.json
{
"name": "@fluidframework/container-definitions",
"version": "0.32.3",
"version": "0.33.0-13708",
"description": "Fluid container definitions",

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

"@fluidframework/common-definitions": "^0.19.1",
"@fluidframework/core-interfaces": "^0.32.3",
"@fluidframework/driver-definitions": "^0.32.3",
"@fluidframework/protocol-definitions": "^0.1017.1"
"@fluidframework/core-interfaces": "0.33.0-13708",
"@fluidframework/driver-definitions": "0.33.0-13708",
"@fluidframework/protocol-definitions": "^0.1018.0-0"
},

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

@@ -213,13 +213,2 @@ /*!

toArray(): T[];
/**
* System level pause
* @returns A promise which resolves when processing has been paused.
*/
systemPause(): Promise<void>;
/**
* System level resume
*/
systemResume(): void;
}

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