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

@goodware/svelte-kanban

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodware/svelte-kanban - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

dist/lang/en.d.ts

37

dist/lang/Lang.js

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

const table = {
en: {
Yes: 'Yes',
No: 'No',
Done: 'Done',
Todo: 'Todo',
Card: 'Card',
Cards: 'Cards',
AddACard: 'Add a card',
NewCard: 'New card',
NewColumn: 'New column',
new: 'new',
task: 'task',
personal: 'personal',
work: 'work',
important: 'important'
},
fr: {
Yes: 'Oui',
No: 'Non',
Done: 'Terminé',
Todo: 'À faire',
Card: 'Tâche',
Cards: 'Tâches',
AddACard: 'Nouvelle tâche',
NewCard: 'Nouvelle tâche',
NewColumn: 'Nouvelle colonne',
new: 'nouveau',
task: 'tâche',
personal: 'personnel',
work: 'travail',
important: 'important'
}
};
import { en } from './en';
import { fr } from './fr';
const table = { en, fr };
export class Lang {

@@ -36,0 +5,0 @@ lang;

{
"name": "@goodware/svelte-kanban",
"version": "1.1.5",
"version": "1.1.6",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=16.14"

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