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

@omnia/dm

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omnia/dm - npm Package Compare versions

Comparing version 4.0.36-preview to 4.0.37-preview

4

internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts
import { Enums } from '../../Enums';
import { GuidValue } from '@omnia/fx/models';
export interface DocumentPickerSearchResult {

@@ -17,3 +18,2 @@ total: number;

pageSize: number;
excludedFolder: boolean;
}

@@ -42,2 +42,3 @@ export interface CAMLQueryOptions {

lastModifiedBy: string;
uniqueId: GuidValue;
}

@@ -62,2 +63,3 @@ export interface FolderListItemResult extends ListItemResult {

};
uniqueId: GuidValue;
}

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

import { GuidValue } from '@omnia/fx/models';
export interface DocumentIdentifier {

@@ -8,2 +9,3 @@ fileUrl: string;

openOnWebUrl?: string;
uniqueId: GuidValue;
}

@@ -6,3 +6,3 @@ import { Enums } from '../..';

queryText?: string;
pickedDocumentUrls?: Array<string>;
documentUniqueIds?: Array<string>;
scope?: Enums.DocumentViewEnums.QueryScope;

@@ -16,3 +16,2 @@ properties?: Array<string>;

odmActivated?: boolean;
libraryUrl?: string;
}
{
"name": "@omnia/dm",
"license": "MIT",
"version": "4.0.36-preview",
"version": "4.0.37-preview",
"description": "Omnia Document Management.",

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

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