Socket
Socket
Sign inDemoInstall

@lion/localize

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/localize - npm Package Compare versions

Comparing version 0.1.7 to 0.2.0

src/date/getMonthNames.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.7...@lion/localize@0.2.0) (2019-05-13)
### Features
* **localize:** add reusable generators for month and weekday names ([043106c](https://github.com/ing-bank/lion/commit/043106c))
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.6...@lion/localize@0.1.7) (2019-05-13)

@@ -8,0 +19,0 @@

2

index.js
export { formatDate } from './src/date/formatDate.js';
export { getDateFormatBasedOnLocale } from './src/date/getDateFormatBasedOnLocale.js';
export { getMonthNames } from './src/date/getMonthNames.js';
export { getWeekdayNames } from './src/date/getWeekdayNames.js';
export { parseDate } from './src/date/parseDate.js';

@@ -4,0 +6,0 @@ export {

4

package.json
{
"name": "@lion/localize",
"version": "0.1.7",
"version": "0.2.0",
"description": "The localization system helps to manage localization data split into locales and automate its loading",

@@ -42,3 +42,3 @@ "author": "ing-bank",

},
"gitHead": "97fe0f0aa720bef21fc000e584a44a62302d6871"
"gitHead": "fdf9e64c864d3248b15505e3b9d4030a2e0a2a45"
}
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