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

@fluidframework/synthesize

Package Overview
Dependencies
Maintainers
2
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-276326 to 2.1.0-276985

12

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

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

"dependencies": {
"@fluidframework/core-utils": "2.1.0-276326"
"@fluidframework/core-utils": "2.1.0-276985"
},

@@ -76,10 +76,10 @@ "devDependencies": {

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
"@fluid-tools/build-cli": "^0.39.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/core-interfaces": "2.1.0-276326",
"@fluidframework/datastore": "2.1.0-276326",
"@fluidframework/core-interfaces": "2.1.0-276985",
"@fluidframework/datastore": "2.1.0-276985",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/runtime-utils": "2.1.0-276326",
"@fluidframework/runtime-utils": "2.1.0-276985",
"@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.0.0-rc.5.0.0",

@@ -86,0 +86,0 @@ "@microsoft/api-extractor": "^7.45.1",

@@ -12,6 +12,8 @@ # @fluidframework/synthesize

When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
library consumers should always prefer `^`.
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
<!-- prettier-ignore-end -->

@@ -18,0 +20,0 @@

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