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
587
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.0.0-dev-rc.5.0.0.268409 to 2.0.0-dev-rc.5.0.0.270401

3

dist/dependencyContainer.js

@@ -16,2 +16,4 @@ "use strict";

class DependencyContainer {
providers = new Map();
parents;
get IFluidDependencySynthesizer() {

@@ -21,3 +23,2 @@ return this;

constructor(...parents) {
this.providers = new Map();
this.parents = parents.filter((v) => v !== undefined);

@@ -24,0 +25,0 @@ }

@@ -13,2 +13,4 @@ /*!

export class DependencyContainer {
providers = new Map();
parents;
get IFluidDependencySynthesizer() {

@@ -18,3 +20,2 @@ return this;

constructor(...parents) {
this.providers = new Map();
this.parents = parents.filter((v) => v !== undefined);

@@ -21,0 +22,0 @@ }

{
"name": "@fluidframework/synthesize",
"version": "2.0.0-dev-rc.5.0.0.268409",
"version": "2.0.0-dev-rc.5.0.0.270401",
"description": "A library for synthesizing scope objects.",

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

"dependencies": {
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.268409"
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.270401"
},

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

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

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

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