Socket
Socket
Sign inDemoInstall

@microsoft/sp-module-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-module-interfaces - npm Package Compare versions

Comparing version 1.18.0-beta.1 to 1.18.0-beta.2

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.35.1"
"packageVersion": "7.36.0"
}
]
}

@@ -1,4 +0,4 @@

import { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
import type { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
declare const appManifest: IClientSideApplicationManifest;
export = appManifest;
//# sourceMappingURL=application_1.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
import type { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
declare const appManifest: IClientSideApplicationManifest;
export = appManifest;
//# sourceMappingURL=application_2.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
import type { IClientSideApplicationManifest } from '../IClientSideApplicationManifest';
declare const appManifest: IClientSideApplicationManifest;
export = appManifest;
//# sourceMappingURL=application_3.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideAssemblyManifest } from '../IClientSideAssemblyManifest';
import type { IClientSideAssemblyManifest } from '../IClientSideAssemblyManifest';
declare const assemblyManifest: IClientSideAssemblyManifest;
export = assemblyManifest;
//# sourceMappingURL=assembly_1.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { ICommandSetExtensionManifest } from '../ICommandSetExtensionManifest';
import type { ICommandSetExtensionManifest } from '../ICommandSetExtensionManifest';
declare const extensionManifest: ICommandSetExtensionManifest;
export = extensionManifest;
//# sourceMappingURL=commandSet_1.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
declare const extensionManifest: IClientSideExtensionManifest;
export = extensionManifest;
//# sourceMappingURL=extension_1.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
declare const extensionManifest: IClientSideExtensionManifest;
export = extensionManifest;
//# sourceMappingURL=extension_2.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
declare const extensionManifest: IClientSideExtensionManifest;
export = extensionManifest;
//# sourceMappingURL=extension_3.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
import type { IClientSideExtensionManifest } from '../IClientSideExtensionManifest';
declare const extensionManifest: IClientSideExtensionManifest;
export = extensionManifest;
//# sourceMappingURL=extension_4.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideLibraryManifest } from '../IClientSideLibraryManifest';
import type { IClientSideLibraryManifest } from '../IClientSideLibraryManifest';
declare const libraryManifest: IClientSideLibraryManifest;
export = libraryManifest;
//# sourceMappingURL=library_1.manifest.d.ts.map

@@ -1,5 +0,5 @@

import { IClientSideMultiVersionManifest } from '../IClientSideMultiVersionManifest';
import { IClientSideLibraryManifest } from '../IClientSideLibraryManifest';
import type { IClientSideMultiVersionManifest } from '../IClientSideMultiVersionManifest';
import type { IClientSideLibraryManifest } from '../IClientSideLibraryManifest';
declare const multiVersionManifest: IClientSideMultiVersionManifest<IClientSideLibraryManifest>;
export = multiVersionManifest;
//# sourceMappingURL=multi-version_1.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideWebPartManifest } from '../IClientSideWebPartManifest';
import type { IClientSideWebPartManifest } from '../IClientSideWebPartManifest';
declare const webpartManifest: IClientSideWebPartManifest<any>;
export = webpartManifest;
//# sourceMappingURL=webpart_1.manifest.d.ts.map

@@ -1,4 +0,4 @@

import { IClientSideWebPartManifest } from '../IClientSideWebPartManifest';
import type { IClientSideWebPartManifest } from '../IClientSideWebPartManifest';
declare const webpartManifest: IClientSideWebPartManifest<any>;
export = webpartManifest;
//# sourceMappingURL=webpart_2.manifest.d.ts.map

@@ -1,3 +0,3 @@

import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
import { PredefinedGroup } from './IClientSideWebPartManifest';
import type { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
import type { PredefinedGroup } from './IClientSideWebPartManifest';
/**

@@ -4,0 +4,0 @@ * @beta

@@ -1,2 +0,2 @@

import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
import type { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
/**

@@ -3,0 +3,0 @@ * This is the manifest for a client-side application.

@@ -1,2 +0,2 @@

import { IClientSideComponentManifest } from './IClientSideComponentManifest';
import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
/**

@@ -3,0 +3,0 @@ * A library is defined by this manifest. Libraries currently do not have any additional properties.

@@ -1,3 +0,3 @@

import { IClientSideComponentLoaderConfiguration } from './IClientSideComponentLoaderConfiguration';
import { IClientSideManifestBase } from './IClientSideManifestBase';
import type { IClientSideComponentLoaderConfiguration } from './IClientSideComponentLoaderConfiguration';
import type { IClientSideManifestBase } from './IClientSideManifestBase';
/**

@@ -4,0 +4,0 @@ * A set of localized strings.

@@ -1,2 +0,2 @@

import { IClientSideComponentManifest } from './IClientSideComponentManifest';
import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
/**

@@ -3,0 +3,0 @@ * The type of client-side extension. Used by IClientSideExtensionManifest.extensionType.

@@ -1,2 +0,2 @@

import { IClientSideComponentManifest } from './IClientSideComponentManifest';
import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
/**

@@ -3,0 +3,0 @@ * A library is defined by this manifest. Libraries currently do not have any additional properties.

@@ -1,3 +0,3 @@

import { IClientSideManifestBase } from './IClientSideManifestBase';
import { IClientSideComponentManifest } from './IClientSideComponentManifest';
import type { IClientSideManifestBase } from './IClientSideManifestBase';
import type { IClientSideComponentManifest } from './IClientSideComponentManifest';
/**

@@ -4,0 +4,0 @@ * Multi-version manifests are defined by this interface.

@@ -1,2 +0,2 @@

import { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
import type { IClientSideComponentManifest, ILocalizedString } from './IClientSideComponentManifest';
/**

@@ -3,0 +3,0 @@ * The client-side SharePoint framework identifies a Web Part by its manifest. All Web Parts are expected to have a

@@ -1,3 +0,3 @@

import { ILocalizedString } from './IClientSideComponentManifest';
import { IClientSideExtensionManifest } from './IClientSideExtensionManifest';
import type { ILocalizedString } from './IClientSideComponentManifest';
import type { IClientSideExtensionManifest } from './IClientSideExtensionManifest';
/**

@@ -4,0 +4,0 @@ * This is the manifest for a client-side extension that defines a set of custom commands

export import ZSchema = require('z-schema');
import { IClientSideApplicationManifest } from './manifestSchemas/IClientSideApplicationManifest';
import { IClientSideAssemblyManifest } from './manifestSchemas/IClientSideAssemblyManifest';
import { IClientSideComponentManifest } from './manifestSchemas/IClientSideComponentManifest';
import { IClientSideExtensionManifest } from './manifestSchemas/IClientSideExtensionManifest';
import { IClientSideLibraryManifest } from './manifestSchemas/IClientSideLibraryManifest';
import { IClientSideMultiVersionManifest } from './manifestSchemas/IClientSideMultiVersionManifest';
import { IClientSideWebPartManifest } from './manifestSchemas/IClientSideWebPartManifest';
import { ICommandSetExtensionManifest } from './manifestSchemas/ICommandSetExtensionManifest';
import type { IClientSideApplicationManifest } from './manifestSchemas/IClientSideApplicationManifest';
import type { IClientSideAssemblyManifest } from './manifestSchemas/IClientSideAssemblyManifest';
import type { IClientSideComponentManifest } from './manifestSchemas/IClientSideComponentManifest';
import type { IClientSideExtensionManifest } from './manifestSchemas/IClientSideExtensionManifest';
import type { IClientSideLibraryManifest } from './manifestSchemas/IClientSideLibraryManifest';
import type { IClientSideMultiVersionManifest } from './manifestSchemas/IClientSideMultiVersionManifest';
import type { IClientSideWebPartManifest } from './manifestSchemas/IClientSideWebPartManifest';
import type { ICommandSetExtensionManifest } from './manifestSchemas/ICommandSetExtensionManifest';
export declare const zSchemaOptions: ZSchema.Options;

@@ -11,0 +11,0 @@ export interface IManifestValidatorResult {

{
"name": "@microsoft/sp-module-interfaces",
"version": "1.18.0-beta.1",
"version": "1.18.0-beta.2",
"description": "SharePoint Framework module interfaces",

@@ -17,3 +17,3 @@ "license": "https://aka.ms/spfx/license",

"dependencies": {
"@rushstack/node-core-library": "3.59.2",
"@rushstack/node-core-library": "3.59.4",
"z-schema": "4.2.4"

@@ -20,0 +20,0 @@ },

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

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

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

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

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