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-dev.7.3.0.212138 to 2.0.0-dev.7.4.0.214930

6

api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluidframework/build-common/api-extractor-base.json",
"extends": "../../../common/build/build-common/api-extractor-base.json",
"messages": {

@@ -9,2 +9,6 @@ "extractorMessageReporting": {

"logLevel": "none"
},
// TODO: Add missing documentation and remove this rule override
"ae-undocumented": {
"logLevel": "none"
}

@@ -11,0 +15,0 @@ }

6

package.json
{
"name": "@fluidframework/core-interfaces",
"version": "2.0.0-dev.7.3.0.212138",
"version": "2.0.0-dev.7.4.0.214930",
"description": "Fluid object interfaces",

@@ -65,4 +65,4 @@ "homepage": "https://fluidframework.com",

"lint:fix": "npm run prettier:fix && npm run eslint:fix",
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
"tsc": "tsc",

@@ -69,0 +69,0 @@ "tsc:watch": "tsc --watch",

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