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

@fluid-experimental/data-object-base

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-experimental/data-object-base - npm Package Compare versions

Comparing version 2.0.0-dev-rc.5.0.0.271717 to 2.0.0-dev-rc.5.0.0.272251

32

package.json
{
"name": "@fluid-experimental/data-object-base",
"version": "2.0.0-dev-rc.5.0.0.271717",
"version": "2.0.0-dev-rc.5.0.0.272251",
"description": "Data object base for synchronously and lazily loaded object scenarios",

@@ -36,14 +36,14 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.271717"
"@fluid-internal/client-utils": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/container-runtime": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/datastore-definitions": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/request-handler": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.272251",
"@fluidframework/shared-object-base": "2.0.0-dev-rc.5.0.0.272251"
},

@@ -59,2 +59,3 @@ "devDependencies": {

"@types/node": "^18.19.0",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",

@@ -80,5 +81,8 @@ "eslint": "~8.55.0",

"check:biome": "biome check . --formatter-enabled=true",
"check:exports": "concurrently \"npm:check:exports:*\"",
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
"check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
"check:exports:esm:index": "api-extractor run --config api-extractor/api-extractor-lint-index.esm.json",
"check:format": "npm run check:prettier",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
"ci:build:docs": "api-extractor run",

@@ -85,0 +89,0 @@ "clean": "rimraf --glob dist lib es5 \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",

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