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

@finos/legend-application

Package Overview
Dependencies
Maintainers
0
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finos/legend-application - npm Package Compare versions

Comparing version 15.1.22 to 15.1.23

2

lib/components/__test-utils__/BrowserEnvironmentTestUtils.js

@@ -37,3 +37,3 @@ import { jsx as _jsx } from "react/jsx-runtime";

});
const MOCK__BrowserPlatform = require('../ApplicationPlatformProvider.js'); // eslint-disable-line @typescript-eslint/no-unsafe-assignment
const MOCK__BrowserPlatform = require('../ApplicationPlatformProvider.js'); // eslint-disable-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-require-imports
MOCK__BrowserPlatform.useApplicationPlatform = createMock();

@@ -40,0 +40,0 @@ MOCK__BrowserPlatform.useApplicationPlatform.mockReturnValue(value);

{
"name": "@finos/legend-application",
"version": "15.1.22",
"version": "15.1.23",
"description": "Legend application core",

@@ -5,0 +5,0 @@ "keywords": [

@@ -16,3 +16,3 @@ /**

*/
import packageJson from '../../package.json' assert { type: 'json' };
import packageJson from '../../package.json' with { type: 'json' };
import { LEGEND_APPLICATION_SETTING_CONFIG } from '../__lib__/LegendApplicationSetting.js';

@@ -19,0 +19,0 @@ import { HIGH_CONTRAST_LIGHT_COLOR_THEME, LEGACY_LIGHT_COLOR_THEME, } from '../__lib__/LegendApplicationColorTheme.js';

@@ -16,3 +16,3 @@ /**

*/
import packageJson from '../../../package.json' assert { type: 'json' };
import packageJson from '../../../package.json' with { type: 'json' };
import { EventNotifierPlugin, } from './EventService.js';

@@ -19,0 +19,0 @@ export class IframeEventNotifierPlugin extends EventNotifierPlugin {

{
"name": "@finos/legend-application",
"version": "15.1.22",
"version": "15.1.23",
"description": "Legend application core",

@@ -48,4 +48,4 @@ "keywords": [

"dependencies": {
"@finos/legend-art": "7.1.50",
"@finos/legend-shared": "10.0.51",
"@finos/legend-art": "7.1.51",
"@finos/legend-shared": "10.0.52",
"@types/react": "18.3.3",

@@ -72,3 +72,3 @@ "@types/react-dom": "18.3.0",

"devDependencies": {
"@finos/legend-dev-utils": "2.1.17",
"@finos/legend-dev-utils": "2.1.18",
"@jest/globals": "29.7.0",

@@ -75,0 +75,0 @@ "cross-env": "7.0.3",

@@ -17,3 +17,3 @@ /**

import packageJson from '../../package.json' assert { type: 'json' };
import packageJson from '../../package.json' with { type: 'json' };
import type { LegendApplicationPluginManager } from '../application/LegendApplicationPluginManager.js';

@@ -20,0 +20,0 @@ import { LEGEND_APPLICATION_SETTING_CONFIG } from '../__lib__/LegendApplicationSetting.js';

@@ -17,3 +17,3 @@ /**

import packageJson from '../../../package.json' assert { type: 'json' };
import packageJson from '../../../package.json' with { type: 'json' };
import {

@@ -20,0 +20,0 @@ type NotificationEventData,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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