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

@fluidframework/datastore-definitions

Package Overview
Dependencies
Maintainers
0
Versions
584
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/datastore-definitions - npm Package Compare versions

Comparing version 2.0.0-rc.5.0.4 to 2.0.0-rc.5.0.5

api-extractor/api-extractor-lint-index.cjs.json

26

package.json
{
"name": "@fluidframework/datastore-definitions",
"version": "2.0.0-rc.5.0.4",
"version": "2.0.0-rc.5.0.5",
"description": "Fluid data store definitions",

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

".": {
"trimmedAPI": {
"types": {
"import": "./lib/public.d.ts",
"require": "./dist/public.d.ts"
}
},
"import": {
"types": "./lib/public.d.ts"
"types": "./lib/index.d.ts"
},
"require": {
"types": "./dist/public.d.ts"
"types": "./dist/index.d.ts"
}

@@ -43,9 +49,9 @@ },

"main": "",
"types": "lib/public.d.ts",
"types": "lib/index.d.ts",
"dependencies": {
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
"@fluidframework/id-compressor": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0",
"@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.4 <2.0.0-rc.5.1.0"
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
"@fluidframework/id-compressor": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0",
"@fluidframework/runtime-definitions": ">=2.0.0-rc.5.0.5 <2.0.0-rc.5.1.0"
},

@@ -68,2 +74,3 @@ "devDependencies": {

},
"exportsComments": "The 'trimmedAPI' export condition is set as a workaround for 'flub generate entrypoints', which expects `exports` to contain an entry for all entrypoints. The custom condition effectively hides the public entrypoint unless the 'trimmedAPI' condition is set manually.",
"typeValidation": {

@@ -87,2 +94,3 @@ "broken": {}

"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
"check:exports:cjs:index": "api-extractor run --config api-extractor/api-extractor-lint-index.cjs.json",
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",

@@ -89,0 +97,0 @@ "check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",

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