Socket
Socket
Sign inDemoInstall

cocorita

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "cocorita",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cocorita Translations Library",

@@ -5,0 +5,0 @@ "main": "lib/cocorita.js",

@@ -98,3 +98,3 @@ # Cocorita language translation library

{
language // {String} The target language identifier
language, // {String} The target language identifier
initialize // {String[]} Array of languages whose translations will be initialized with the source text if not present.

@@ -150,5 +150,5 @@ }

hello: {
de: "hallo"
en: "hello"
es: "hola"
de: "hallo",
en: "hello",
es: "hola",
it: "ciao"

@@ -181,5 +181,5 @@ },

"hello": {
"de": "hallo"
"en": "hello"
"es": "hola"
"de": "hallo",
"en": "hello",
"es": "hola",
"it": "ciao"

@@ -186,0 +186,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc