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
2
Versions
495
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 2.0.0-dev-rc.5.0.0.267932 to 2.0.0-dev-rc.5.0.0.268409

api-extractor/api-extractor-lint-bundle.json

17

package.json
{
"name": "@fluidframework/container-definitions",
"version": "2.0.0-dev-rc.5.0.0.267932",
"version": "2.0.0-dev-rc.5.0.0.268409",
"description": "Fluid container definitions",

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

"dependencies": {
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.267932",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.267932"
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.268409",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.268409"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "^1.6.2",
"@biomejs/biome": "^1.7.3",
"@fluid-tools/build-cli": "^0.39.0-264124",

@@ -61,4 +61,5 @@ "@fluidframework/build-common": "^2.0.3",

"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-rc.4.0.0",
"@fluidframework/eslint-config-fluid": "^5.1.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@microsoft/api-extractor": "^7.45.1",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",

@@ -87,2 +88,8 @@ "eslint": "~8.55.0",

"check:are-the-types-wrong": "attw --pack .",
"check:exports": "concurrently npm:check:exports:bundle-release-tags npm:check:exports:cjs:legacy npm:check:exports:cjs:public npm:check:exports:esm:legacy npm:check:exports:esm:public",
"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
"check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",

@@ -89,0 +96,0 @@ "check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",

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