🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

intlayer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intlayer - npm Package Compare versions

Comparing version

to
5.5.10

{
"name": "intlayer",
"version": "5.5.9",
"version": "5.5.10",
"private": false,

@@ -62,5 +62,5 @@ "description": "Manage internationalization i18n in a simple way, through TypeScript, declaration file, declare your multilingual content every where in your code.",

"dependencies": {
"@intlayer/cli": "5.5.9",
"@intlayer/config": "5.5.9",
"@intlayer/core": "5.5.9"
"@intlayer/config": "5.5.10",
"@intlayer/core": "5.5.10",
"@intlayer/cli": "5.5.10"
},

@@ -81,9 +81,9 @@ "devDependencies": {

"@utils/ts-config": "1.0.4",
"@utils/tsup-config": "1.0.4",
"@utils/ts-config-types": "1.0.4"
"@utils/ts-config-types": "1.0.4",
"@utils/tsup-config": "1.0.4"
},
"peerDependencies": {
"@intlayer/cli": "5.5.9",
"@intlayer/config": "5.5.9",
"@intlayer/core": "5.5.9"
"@intlayer/cli": "5.5.10",
"@intlayer/config": "5.5.10",
"@intlayer/core": "5.5.10"
},

@@ -90,0 +90,0 @@ "engines": {

@@ -8,13 +8,46 @@ <div align="center">

<div align="center">
<a href="https://www.npmjs.com/package/intlayer">
<img alt="npm" src="https://img.shields.io/npm/v/intlayer.svg?labelColor=49516F&color=8994BC" />
</a>
<a href="https://npmjs.org/package/intlayer">
<img alt="downloads" src="https://badgen.net/npm/dm/intlayer?labelColor=49516F&color=8994BC" />
</a>
<a href="https://npmjs.org/package/intlayer">
<img alt="types included" src="https://badgen.net/npm/types/intlayer?labelColor=49516F&color=8994BC"
/>
<a href="https://www.npmjs.com/package/intlayer" target="blank"><img
align="center"
alt="npm"
src="https://img.shields.io/npm/v/intlayer.svg?labelColor=49516F&color=8994BC&style=for-the-badge"
height="30" /></a>
<a href="https://npmjs.org/package/intlayer" target="blank"><img
align="center"
src="https://img.shields.io/npm/dm/intlayer?labelColor=49516F&color=8994BC&style=for-the-badge"
alt="monthly downloads"
height="30"
/></a>
<a href="https://npmjs.org/package/intlayer" target="blank"><img
align="center"
src="https://img.shields.io/npm/types/intlayer?label=types%20included&labelColor=49516F&color=8994BC&style=for-the-badge"
alt="types included"
height="30"
/></a>
</div>
<div>
<br/>
<p align="center">
<a href="https://www.linkedin.com/company/intlayerorg" target="blank"><img align="center"
src="https://img.shields.io/badge/linkedin-%231DA1F2.svg?style=for-the-badge&logo=linkedin&logoColor=white"
alt="Intlayer LinkedIn" height="30"/></a>
<a href="https://www.facebook.com/intlayer" target="blank"><img align="center"
src="https://img.shields.io/badge/facebook-4267B2.svg?style=for-the-badge&logo=facebook&logoColor=white"
alt="Intlayer Facebook" height="30"/></a>
<a href="https://www.instagram.com/intlayer_org/" target="blank"><img align="center"
src="https://img.shields.io/badge/instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white"
alt="Intlayer Instagram" height="30"/></a>
<a href="https://x.com/Intlayer183096" target="blank"><img align="center"
src="https://img.shields.io/badge/x-1DA1F2.svg?style=for-the-badge&logo=x&logoColor=white"
alt="Intlayer X" height="30"/></a>
<a href="https://www.youtube.com/@intlayer" target="blank"><img align="center"
src="https://img.shields.io/badge/youtube-FF0000.svg?style=for-the-badge&logo=youtube&logoColor=white"
alt="Intlayer YouTube" height="30"/></a>
<a href="https://www.tiktok.com/@intlayer" target="blank"><img align="center"
src="https://img.shields.io/badge/tiktok-000000.svg?style=for-the-badge&logo=tiktok&logoColor=white"
alt="Intlayer TikTok" height="30"/></a>
<br>
</p>
</div>
# intlayer: Manage Multilingual Dictionary (i18n)

@@ -21,0 +54,0 @@