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

@fluidframework/container-runtime-definitions

Package Overview
Dependencies
Maintainers
1
Versions
590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-runtime-definitions - npm Package Compare versions

Comparing version 2.13.0 to 2.20.0

17

CHANGELOG.md
# @fluidframework/container-runtime-definitions
## 2.20.0
### Minor Changes
- The createDataStoreWithProps APIs on ContainerRuntime and IContainerRuntimeBase have been removed ([#22996](https://github.com/microsoft/FluidFramework/pull/22996)) [bd243fb292](https://github.com/microsoft/FluidFramework/commit/bd243fb2927915d87c42486e21ee0c990962a9a7)
`ContainerRuntime.createDataStoreWithProps` and `IContainerRuntimeBase.createDataStoreWithProps`
were [deprecated in version 0.25.0](https://github.com/microsoft/FluidFramework/blob/main/BREAKING.md#icontainerruntimebase_createdatastorewithprops-is-removed) and have been removed.
Replace uses of these APIs with `PureDataObjectFactory.createInstanceWithDataStore` and pass in props via the `initialState`
parameter.
These changes were originally announced in version 0.25.0. See the following issues for more details:
- [#1537](https://github.com/microsoft/FluidFramework/issues/1537)
- [#2931](https://github.com/microsoft/FluidFramework/pull/2931)
## 2.13.0

@@ -4,0 +21,0 @@

3

dist/package.json
{
"type": "commonjs"
"type": "commonjs",
"sideEffects": false
}
{
"name": "@fluidframework/container-runtime-definitions",
"version": "2.13.0",
"version": "2.20.0",
"description": "Fluid Runtime definitions",

@@ -44,6 +44,6 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/container-definitions": "~2.13.0",
"@fluidframework/core-interfaces": "~2.13.0",
"@fluidframework/driver-definitions": "~2.13.0",
"@fluidframework/runtime-definitions": "~2.13.0"
"@fluidframework/container-definitions": "~2.20.0",
"@fluidframework/core-interfaces": "~2.20.0",
"@fluidframework/driver-definitions": "~2.20.0",
"@fluidframework/runtime-definitions": "~2.20.0"
},

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

"@fluidframework/build-tools": "^0.51.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.12.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.13.0",
"@fluidframework/eslint-config-fluid": "^5.6.0",

@@ -68,3 +68,13 @@ "@microsoft/api-extractor": "7.47.8",

"typeValidation": {
"broken": {},
"broken": {
"Interface_IContainerRuntime": {
"backCompat": false
},
"Interface_IContainerRuntimeWithResolveHandle_Deprecated": {
"backCompat": false
},
"TypeAlias_IContainerRuntimeBaseWithCombinedEvents": {
"backCompat": false
}
},
"entrypoint": "legacy"

@@ -71,0 +81,0 @@ },

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