Socket
Socket
Sign inDemoInstall

roosterjs-content-model-types

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roosterjs-content-model-types - npm Package Compare versions

Comparing version 9.8.0 to 9.8.1

6

lib-amd/editor/ExperimentalFeature.d.ts

@@ -11,2 +11,6 @@ /**

*/
'PersistCache';
'PersistCache'
/**
* Workaround for the Legacy Image Edit
*/
| 'LegacyImageSelection';

@@ -39,2 +39,7 @@ /**

formatStrings?: string[];
/**
* @optional if provided, will set the ariaLive property of the announce container element to the provided value.
* @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live#values
*/
ariaLiveMode?: 'assertive' | 'polite' | 'off';
}

@@ -11,2 +11,6 @@ /**

*/
'PersistCache';
'PersistCache'
/**
* Workaround for the Legacy Image Edit
*/
| 'LegacyImageSelection';

@@ -39,2 +39,7 @@ /**

formatStrings?: string[];
/**
* @optional if provided, will set the ariaLive property of the announce container element to the provided value.
* @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live#values
*/
ariaLiveMode?: 'assertive' | 'polite' | 'off';
}

@@ -11,2 +11,6 @@ /**

*/
'PersistCache';
'PersistCache'
/**
* Workaround for the Legacy Image Edit
*/
| 'LegacyImageSelection';

@@ -39,2 +39,7 @@ /**

formatStrings?: string[];
/**
* @optional if provided, will set the ariaLive property of the announce container element to the provided value.
* @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-live#values
*/
ariaLiveMode?: 'assertive' | 'polite' | 'off';
}

2

package.json

@@ -5,3 +5,3 @@ {

"dependencies": {},
"version": "9.8.0",
"version": "9.8.1",
"main": "./lib/index.js",

@@ -8,0 +8,0 @@ "typings": "./lib/index.d.ts",

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