Socket
Socket
Sign inDemoInstall

svelte-i18n

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-i18n - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

4

dist/cli.js

@@ -240,3 +240,5 @@ #!/usr/bin/env node

}
const svelteConfig = await import(resolvedConfigPath).catch(() => null);
const svelteConfig = await import(resolvedConfigPath)
.then((mod) => mod.default || mod)
.catch(() => null);
let accumulator = {};

@@ -243,0 +245,0 @@ if (output != null && overwrite === false && (await fileExists(output))) {

{
"name": "svelte-i18n",
"version": "3.5.0",
"version": "3.5.1",
"main": "dist/runtime.cjs.js",

@@ -24,2 +24,5 @@ "module": "dist/runtime.esm.js",

},
"volta": {
"node": "17.5.0"
},
"scripts": {

@@ -100,6 +103,3 @@ "clean": "rm -rf dist/",

"tiny-glob": "^0.2.9"
},
"volta": {
"node": "17.5.0"
}
}
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