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

@fluid-experimental/attributor

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-experimental/attributor - npm Package Compare versions

Comparing version 2.0.0-rc.5.0.0 to 2.1.0-274160

4

api-report/attributor.alpha.api.md

@@ -7,8 +7,4 @@ ## Alpha API Report File for "@fluid-experimental/attributor"

import { AttributionInfo } from '@fluidframework/runtime-definitions/internal';
import { AttributionKey } from '@fluidframework/runtime-definitions/internal';
import { ContainerRuntime } from '@fluidframework/container-runtime/internal';
// (No @packageDocumentation comment for this package)
```

@@ -7,8 +7,4 @@ ## Beta API Report File for "@fluid-experimental/attributor"

import { AttributionInfo } from '@fluidframework/runtime-definitions/internal';
import { AttributionKey } from '@fluidframework/runtime-definitions/internal';
import { ContainerRuntime } from '@fluidframework/container-runtime/internal';
// (No @packageDocumentation comment for this package)
```

@@ -7,8 +7,4 @@ ## Public API Report File for "@fluid-experimental/attributor"

import { AttributionInfo } from '@fluidframework/runtime-definitions/internal';
import { AttributionKey } from '@fluidframework/runtime-definitions/internal';
import { ContainerRuntime } from '@fluidframework/container-runtime/internal';
// (No @packageDocumentation comment for this package)
```

36

package.json
{
"name": "@fluid-experimental/attributor",
"version": "2.0.0-rc.5.0.0",
"version": "2.1.0-274160",
"description": "Operation attributor",

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

"dependencies": {
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/container-runtime": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/datastore-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/runtime-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluid-internal/client-utils": "2.1.0-274160",
"@fluidframework/container-definitions": "2.1.0-274160",
"@fluidframework/container-runtime": "2.1.0-274160",
"@fluidframework/container-runtime-definitions": "2.1.0-274160",
"@fluidframework/core-interfaces": "2.1.0-274160",
"@fluidframework/core-utils": "2.1.0-274160",
"@fluidframework/datastore-definitions": "2.1.0-274160",
"@fluidframework/driver-definitions": "2.1.0-274160",
"@fluidframework/runtime-definitions": "2.1.0-274160",
"@fluidframework/runtime-utils": "2.1.0-274160",
"@fluidframework/telemetry-utils": "2.1.0-274160",
"lz4js": "^0.2.0"

@@ -67,4 +67,4 @@ },

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
"@fluid-private/stochastic-test-utils": "2.1.0-274160",
"@fluid-tools/build-cli": "^0.39.0",

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

"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/merge-tree": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/sequence": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.5.0.0 <2.0.0-rc.5.1.0",
"@fluidframework/merge-tree": "2.1.0-274160",
"@fluidframework/sequence": "2.1.0-274160",
"@fluidframework/test-runtime-utils": "2.1.0-274160",
"@microsoft/api-extractor": "^7.45.1",

@@ -131,5 +131,5 @@ "@types/mocha": "^9.1.1",

"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
"typetests:gen": "flub generate typetests --dir . -v --publicFallback",
"typetests:gen": "flub generate typetests --dir . -v",
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
}
}
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