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

@fluidframework/synthesize

Package Overview
Dependencies
Maintainers
0
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/synthesize - npm Package Compare versions

Comparing version 2.1.0-276985 to 2.1.0-281041

api-extractor/api-extractor.current.json

2

api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "../../../common/build/build-common/api-extractor-base.esm.current.json"
"extends": "../../../common/build/build-common/api-extractor-model.esm.json"
}
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-base.esm.legacy.json"
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
}

@@ -8,3 +8,3 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/

@@ -11,0 +11,0 @@

@@ -8,3 +8,3 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/

@@ -11,0 +11,0 @@

@@ -8,5 +8,5 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export * from "./lib/index.js";

@@ -8,5 +8,5 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export * from "./lib/legacy.js";

@@ -8,3 +8,3 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/

@@ -11,0 +11,0 @@

@@ -8,3 +8,3 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/

@@ -11,0 +11,0 @@

{
"name": "@fluidframework/synthesize",
"version": "2.1.0-276985",
"version": "2.1.0-281041",
"description": "A library for synthesizing scope objects.",

@@ -70,16 +70,16 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluidframework/core-utils": "2.1.0-276985"
"@fluidframework/core-utils": "2.1.0-281041"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
"@fluid-tools/build-cli": "^0.39.0",
"@biomejs/biome": "~1.8.3",
"@fluid-internal/mocha-test-setup": "2.1.0-281041",
"@fluid-tools/build-cli": "^0.40.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/core-interfaces": "2.1.0-276985",
"@fluidframework/datastore": "2.1.0-276985",
"@fluidframework/build-tools": "^0.40.0",
"@fluidframework/core-interfaces": "2.1.0-281041",
"@fluidframework/datastore": "2.1.0-281041",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/runtime-utils": "2.1.0-276985",
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.5.0.0",
"@fluidframework/runtime-utils": "2.1.0-281041",
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0",
"@microsoft/api-extractor": "^7.45.1",

@@ -109,7 +109,8 @@ "@types/mocha": "^9.1.1",

"build": "fluid-build . --task build",
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
"build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
"build:commonjs": "fluid-build . --task commonjs",
"build:compile": "fluid-build . --task compile",
"build:docs": "concurrently \"npm:build:docs:*\"",
"build:docs:current": "api-extractor run --local",
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
"build:docs": "api-extractor run --local",
"build:esnext": "tsc --project ./tsconfig.json",

@@ -120,3 +121,3 @@ "build:test": "npm run build:test:esm && npm run build:test:cjs",

"check:are-the-types-wrong": "attw --pack .",
"check:biome": "biome check . --formatter-enabled=true",
"check:biome": "biome check .",
"check:exports": "concurrently \"npm:check:exports:*\"",

@@ -130,5 +131,6 @@ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",

"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
"ci:build:docs:current": "api-extractor run",
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
"ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
"ci:build:docs": "api-extractor run",
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",

@@ -138,3 +140,3 @@ "eslint": "eslint --format stylish src",

"format": "npm run format:biome",
"format:biome": "biome check . --formatter-enabled=true --apply",
"format:biome": "biome check . --write",
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",

@@ -141,0 +143,0 @@ "lint": "fluid-build . --task lint",

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