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

@fluid-experimental/fluid-static

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-experimental/fluid-static - npm Package Compare versions

Comparing version 0.36.1 to 0.36.2-20364

lib/containerCode.d.ts

20

package.json
{
"name": "@fluid-experimental/fluid-static",
"version": "0.36.1",
"version": "0.36.2-20364",
"description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",

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

"build": "concurrently npm:build:compile npm:lint",
"build:compile": "npm run tsc",
"build:commonjs": "npm run tsc",
"build:compile": "concurrently npm:build:commonjs npm:build:esnext",
"build:esnext": "tsc --project ./tsconfig.esnext.json",
"build:full": "npm run build",

@@ -29,9 +31,9 @@ "build:full:compile": "npm run build:compile",

"dependencies": {
"@fluid-experimental/get-container": "^0.36.1",
"@fluidframework/aqueduct": "^0.36.1",
"@fluidframework/container-definitions": "^0.36.1",
"@fluidframework/container-runtime-definitions": "^0.36.1",
"@fluidframework/request-handler": "^0.36.1",
"@fluidframework/runtime-definitions": "^0.36.1",
"@fluidframework/runtime-utils": "^0.36.1"
"@fluid-experimental/get-container": "0.36.2-20364",
"@fluidframework/aqueduct": "0.36.2-20364",
"@fluidframework/container-definitions": "0.36.2-20364",
"@fluidframework/container-runtime-definitions": "0.36.2-20364",
"@fluidframework/request-handler": "0.36.2-20364",
"@fluidframework/runtime-definitions": "0.36.2-20364",
"@fluidframework/runtime-utils": "0.36.2-20364"
},

@@ -38,0 +40,0 @@ "devDependencies": {

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