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

@lunariajs/core

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lunariajs/core - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

dist/shared/core.f25c44d9.d.mts

8

CHANGELOG.md
# @lunariajs/core
## 0.0.21
### Patch Changes
- f87f91a: Fix `rootDir` issues
- 1821c06: Allow user labels to include HTML
- 4ad2709: Add new slot options
## 0.0.20

@@ -4,0 +12,0 @@

6

config.schema.json

@@ -148,3 +148,3 @@ {

"type": "string",
"default": "Create page",
"default": "Create file",
"description": "The text for the locale's details create file link"

@@ -179,3 +179,3 @@ },

"type": "string",
"default": "{missing_emoji} {missing_word} {outdated_emoji} {outdated_word} {done_emoji} {done_word}",
"default": "{missing_emoji} {missing_word}   {outdated_emoji} {outdated_word}   {done_emoji} {done_word}",
"description": "The dashboard table's summary format. The `{*_emoji}` and `{*_word}` are placeholder values for the status emoji (e.g. '❌') and its word (e.g. 'missing')"

@@ -207,3 +207,3 @@ }

"type": "string",
"default": "",
"default": ".",
"description": "The root directory of the project being tracked, must be set when using a monorepo"

@@ -210,0 +210,0 @@ },

import { TemplateResult } from 'lit';
import { L as LunariaConfig, a as LunariaRendererConfig, F as FileTranslationStatus, D as Dashboard, b as Locale, T as TranslationStatus } from '../shared/core.ef4ed853.js';
import { L as LunariaConfig, a as LunariaRendererConfig, F as FileTranslationStatus, D as Dashboard, b as Locale, T as TranslationStatus } from '../shared/core.f25c44d9.js';
import 'zod';

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

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

import { c as DictionaryObject, d as LunariaUserRendererConfig, C as CustomComponent, e as CustomStatusComponent } from './shared/core.ef4ed853.js';
export { A as AugmentedFileData, D as Dashboard, o as DashboardSchema, f as FileContentIndex, g as FileData, F as FileTranslationStatus, h as FrontmatterFromFile, i as FrontmatterProperty, G as GitHubURL, I as IndexData, b as Locale, p as LocaleSchema, L as LunariaConfig, l as LunariaConfigSchema, a as LunariaRendererConfig, m as LunariaRendererConfigSchema, n as LunariaUserConfig, O as OptionalKeys, R as RegExpGroups, T as TranslationStatus, k as customGitHostingOptionsSchema, j as customRoutingStrategyOptionsSchema, r as repositorySchema } from './shared/core.ef4ed853.js';
import { c as DictionaryObject, d as LunariaUserRendererConfig, C as CustomComponent, e as CustomStatusComponent } from './shared/core.f25c44d9.js';
export { A as AugmentedFileData, D as Dashboard, o as DashboardSchema, f as FileContentIndex, g as FileData, F as FileTranslationStatus, h as FrontmatterFromFile, i as FrontmatterProperty, G as GitHubURL, I as IndexData, b as Locale, p as LocaleSchema, L as LunariaConfig, l as LunariaConfigSchema, a as LunariaRendererConfig, m as LunariaRendererConfigSchema, n as LunariaUserConfig, O as OptionalKeys, R as RegExpGroups, T as TranslationStatus, k as customGitHostingOptionsSchema, j as customRoutingStrategyOptionsSchema, r as repositorySchema } from './shared/core.f25c44d9.js';
export { nothing } from 'lit';

@@ -14,2 +14,4 @@ export { html, svg, unsafeStatic } from 'lit/static-html.js';

afterTitle?: CustomComponent | undefined;
afterStatusByLocale?: CustomComponent | undefined;
afterStatusByContent?: CustomComponent | undefined;
} | undefined;

@@ -16,0 +18,0 @@ overrides?: {

{
"name": "@lunariajs/core",
"type": "module",
"version": "0.0.20",
"version": "0.0.21",
"description": "Translation management system for open-source projects",

@@ -6,0 +6,0 @@ "types": "./dist/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