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

@fluidframework/core-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/core-interfaces - npm Package Compare versions

Comparing version 2.0.0-internal.7.0.0 to 2.0.0-internal.7.1.0

api-report/core-interfaces.api.md

10

api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluidframework/build-common/api-extractor-common-strict.json"
"extends": "@fluidframework/build-common/api-extractor-base.json",
"messages": {
"extractorMessageReporting": {
"ae-missing-release-tag": {
// TODO: Fix violations and remove this rule override
"logLevel": "none"
}
}
}
}
# @fluidframework/core-interfaces
## 2.0.0-internal.7.1.0
Dependency updates only.
## 2.0.0-internal.7.0.0

@@ -4,0 +8,0 @@

2

dist/error.d.ts

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

};
export type FluidErrorTypes = typeof FluidErrorTypes[keyof typeof FluidErrorTypes];
export type FluidErrorTypes = (typeof FluidErrorTypes)[keyof typeof FluidErrorTypes];
/**

@@ -34,0 +34,0 @@ * Base interface for all errors and warnings emitted the container.

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

*/
export type LogLevel = typeof LogLevel[keyof typeof LogLevel];
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
/**

@@ -81,0 +81,0 @@ * Interface to output telemetry events.

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.37.0"
"packageVersion": "7.38.0"
}
]
}

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

};
export type FluidErrorTypes = typeof FluidErrorTypes[keyof typeof FluidErrorTypes];
export type FluidErrorTypes = (typeof FluidErrorTypes)[keyof typeof FluidErrorTypes];
/**

@@ -34,0 +34,0 @@ * Base interface for all errors and warnings emitted the container.

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

*/
export type LogLevel = typeof LogLevel[keyof typeof LogLevel];
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
/**

@@ -81,0 +81,0 @@ * Interface to output telemetry events.

{
"name": "@fluidframework/core-interfaces",
"version": "2.0.0-internal.7.0.0",
"version": "2.0.0-internal.7.1.0",
"description": "Fluid object interfaces",

@@ -18,12 +18,12 @@ "homepage": "https://fluidframework.com",

"devDependencies": {
"@fluid-tools/build-cli": "^0.24.0",
"@fluidframework/build-common": "^2.0.0",
"@fluidframework/build-tools": "^0.24.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.6.3.0",
"@fluidframework/eslint-config-fluid": "^2.1.0",
"@fluid-tools/build-cli": "^0.25.0",
"@fluidframework/build-common": "^2.0.1",
"@fluidframework/build-tools": "^0.25.0",
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.7.0.0",
"@fluidframework/eslint-config-fluid": "^3.0.0",
"@microsoft/api-extractor": "^7.37.0",
"@types/node": "^16.18.38",
"copyfiles": "^2.4.1",
"eslint": "~8.6.0",
"prettier": "~2.6.2",
"eslint": "~8.50.0",
"prettier": "~3.0.3",
"rimraf": "^4.4.0",

@@ -39,7 +39,7 @@ "typescript": "~5.1.6"

"build:compile": "fluid-build . --task compile",
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
"build:docs": "api-extractor run --local",
"build:esnext": "tsc --project ./tsconfig.esnext.json",
"build:test": "tsc --project ./src/test/tsconfig.json",
"ci:build": "npm run build:compile",
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/",
"ci:build:docs": "api-extractor run",
"ci:test": "echo No test for this package",

@@ -46,0 +46,0 @@ "ci:test:coverage": "echo No test for this package",

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

} as const;
export type FluidErrorTypes = typeof FluidErrorTypes[keyof typeof FluidErrorTypes];
export type FluidErrorTypes = (typeof FluidErrorTypes)[keyof typeof FluidErrorTypes];

@@ -40,0 +40,0 @@ /**

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

*/
export type LogLevel = typeof LogLevel[keyof typeof LogLevel];
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];

@@ -91,0 +91,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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