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

@drewjbartlett/i17n

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drewjbartlett/i17n - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"files": [

@@ -8,0 +8,0 @@ "dist"

@@ -156,2 +156,12 @@ # i17n

##### Missing Keys
If a key is accessed but is missing it will simply return the key passed. This is useful for putting placeholder text while developing. If you have `config.loggingEnabled = true` you will see console warnings about missing keys.
```ts
i18n.t('a.missing.key') // "a.missing.key"
```
##### Extending

@@ -158,0 +168,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