New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/synthesize

Package Overview
Dependencies
Maintainers
2
Versions
588
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.271262 to 2.0.0-dev-rc.5.0.0.271717

3

dist/dependencyContainer.js

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

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

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

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

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

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

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

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

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

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

{
"name": "@fluidframework/synthesize",
"version": "2.0.0-dev-rc.5.0.0.271262",
"version": "2.0.0-dev-rc.5.0.0.271717",
"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.271262"
"@fluidframework/core-utils": "2.0.0-dev-rc.5.0.0.271717"
},

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

"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271262",
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.5.0.0.271717",
"@fluid-tools/build-cli": "^0.39.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271262",
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271262",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/datastore": "2.0.0-dev-rc.5.0.0.271717",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271262",
"@fluidframework/runtime-utils": "2.0.0-dev-rc.5.0.0.271717",
"@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