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

vite-plugin-i18n-ally

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-i18n-ally - npm Package Compare versions

Comparing version 5.2.7 to 5.2.8

18

package.json
{
"name": "vite-plugin-i18n-ally",
"version": "5.2.7",
"version": "5.2.8",
"description": "Vite plugin for automatic lazy loading of i18n resources",

@@ -39,9 +39,9 @@ "type": "module",

},
"./*": "./*"
},
"typesVersions": {
"*": {
"*": [
"*.d.ts"
]
"./client/*": {
"types": "./dist/client/*.d.ts",
"import": "./dist/client/*.js"
},
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js"
}

@@ -95,3 +95,3 @@ },

"vitest-e2e": "^0.0.10",
"vite-plugin-i18n-ally": "5.2.7"
"vite-plugin-i18n-ally": "5.2.8"
},

@@ -98,0 +98,0 @@ "simple-git-hooks": {

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