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

lucid-extension-sdk

Package Overview
Dependencies
Maintainers
2
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucid-extension-sdk - npm Package Compare versions

Comparing version 0.0.241 to 0.0.242

20

interop.d.ts

@@ -51,4 +51,21 @@ /** @ignore */

declare enum ListStyles {
LONG = 'long',
SHORT = 'short',
NARROW = 'narrow',
}
declare enum ListTypes {
AND = 'conjunction',
OR = 'disjunction',
UNIT_LIST = 'unit',
}
declare type FormattedListParams = {
style: ListStyles;
type: ListTypes;
};
declare class I18nFormattedList {}
declare interface I18nReplacement {
[s: string]: number | string | I18nSafeString | I18nFormattedNumber;
[s: string]: number | string | string[] | I18nSafeString | I18nFormattedNumber | I18nFormattedList;
}

@@ -62,2 +79,3 @@

function formatNumber(value: number, params: I18nFormattedNumberParams): I18nFormattedNumber;
function formatList(value: string[], params?: I18nFormattedListParams): I18nFormattedList;
}

2

package.json
{
"name": "lucid-extension-sdk",
"version": "0.0.241",
"version": "0.0.242",
"description": "Utility classes for writing Lucid Software editor extensions",

@@ -5,0 +5,0 @@ "main": "index.js",

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