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

@equinor/fusion-framework-module-app

Package Overview
Dependencies
Maintainers
0
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-app - npm Package Compare versions

Comparing version 6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52 to 6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970

2

CHANGELOG.md
# Change Log
## 6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52
## 6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970

@@ -5,0 +5,0 @@ ### Major Changes

@@ -22,3 +22,2 @@ import z from 'zod';

projectPage: z.string().optional(),
allowedExtensions: z.array(z.string()).optional(),
uploadedBy: ApiApplicationPersonSchema.optional(),

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

@@ -13,3 +13,2 @@ import z from 'zod';

projectPage: z.ZodOptional<z.ZodString>;
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
uploadedBy: z.ZodOptional<z.ZodObject<{

@@ -51,3 +50,2 @@ azureUniqueId: z.ZodString;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -73,3 +71,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -189,3 +186,2 @@ azureUniqueId: string;

projectPage: z.ZodOptional<z.ZodString>;
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
uploadedBy: z.ZodOptional<z.ZodObject<{

@@ -227,3 +223,2 @@ azureUniqueId: z.ZodString;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -249,3 +244,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -311,3 +305,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -373,3 +366,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -423,3 +415,2 @@ azureUniqueId: string;

projectPage: z.ZodOptional<z.ZodString>;
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
uploadedBy: z.ZodOptional<z.ZodObject<{

@@ -461,3 +452,2 @@ azureUniqueId: z.ZodString;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -483,3 +473,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -599,3 +588,2 @@ azureUniqueId: string;

projectPage: z.ZodOptional<z.ZodString>;
allowedExtensions: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
uploadedBy: z.ZodOptional<z.ZodObject<{

@@ -637,3 +625,2 @@ azureUniqueId: z.ZodString;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -659,3 +646,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -721,3 +707,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -783,3 +768,2 @@ azureUniqueId: string;

projectPage?: string | undefined;
allowedExtensions?: string[] | undefined;
uploadedBy?: {

@@ -786,0 +770,0 @@ azureUniqueId: string;

{
"name": "@equinor/fusion-framework-module-app",
"version": "6.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52",
"version": "6.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"description": "",

@@ -60,7 +60,7 @@ "main": "dist/esm/index.js",

"typescript": "^5.5.4",
"@equinor/fusion-framework-module": "^4.3.5-alpha-75e3f722dd6749be497453ee7568040421d00f52",
"@equinor/fusion-framework-module-event": "^4.2.4-alpha-75e3f722dd6749be497453ee7568040421d00f52",
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-75e3f722dd6749be497453ee7568040421d00f52",
"@equinor/fusion-framework-module-msal": "^3.1.5-alpha-75e3f722dd6749be497453ee7568040421d00f52",
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-75e3f722dd6749be497453ee7568040421d00f52"
"@equinor/fusion-framework-module": "^4.3.5-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-event": "^4.2.4-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-http": "^6.1.0-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-service-discovery": "^8.0.0-alpha-df90c0f890db097d17d4b84fe6face6323143970",
"@equinor/fusion-framework-module-msal": "^3.1.5-alpha-df90c0f890db097d17d4b84fe6face6323143970"
},

@@ -67,0 +67,0 @@ "scripts": {

@@ -24,3 +24,2 @@ import z from 'zod';

projectPage: z.string().optional(),
allowedExtensions: z.array(z.string()).optional(),
uploadedBy: ApiApplicationPersonSchema.optional(),

@@ -27,0 +26,0 @@ });

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