Socket
Socket
Sign inDemoInstall

@lion/calendar

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/calendar - npm Package Compare versions

Comparing version 0.16.4 to 0.16.5

9

CHANGELOG.md
# Change Log
## 0.16.5
### Patch Changes
- e729d916: fix nl & ru translation files
- Updated dependencies [ec03d209]
- @lion/core@0.18.3
- @lion/localize@0.21.1
## 0.16.4

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

6

package.json
{
"name": "@lion/calendar",
"version": "0.16.4",
"version": "0.16.5",
"description": "Standalone calendar",

@@ -39,4 +39,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.18.2",
"@lion/localize": "0.21.0"
"@lion/core": "0.18.3",
"@lion/localize": "0.21.1"
},

@@ -43,0 +43,0 @@ "keywords": [

declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullMonth: string;
export const previousFullMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
}
export default _default;
export default {
nextMonth: 'Volgende maand',
previousMonth: 'Vorige maand',
nextFullMonth: 'Volgend jaar',
previousFullMonth: 'Vorig jaar',
nextFullYear: 'Volgend jaar',
previousFullYear: 'Vorig jaar',
};
declare namespace _default {
export const nextMonth: string;
export const previousMonth: string;
export const nextFullMonth: string;
export const previousFullMonth: string;
export const nextFullYear: string;
export const previousFullYear: string;
}
export default _default;
export default {
nextMonth: 'Следующий месяц',
previousMonth: 'Предыдущий месяц',
nextFullMonth: 'Следующий год',
previousFullMonth: 'Предыдущий год',
nextFullYear: 'Следующий год',
previousFullYear: 'Предыдущий год',
};

Sorry, the diff of this file is too big to display

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