Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nebula.js/locale

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/locale - npm Package Compare versions

Comparing version 0.1.0-alpha.26 to 0.1.0-alpha.27

8

dist/locale.dev.js
/*
* @nebula.js/locale v0.1.0-alpha.26
* @nebula.js/locale v0.1.0-alpha.27
* Copyright (c) 2020 QlikTech International AB

@@ -35,3 +35,5 @@ * Released under the MIT license.

var api = {
var api =
/** @lends Translator */
{
language: function language(lang) {

@@ -76,3 +78,3 @@ if (lang) {

* @param {string} str - Id of the registered string
* @param {string[]} [args] - Values passed down for string interpolation
* @param {Array<string>=} args - Values passed down for string interpolation
*/

@@ -79,0 +81,0 @@ get: function get(str, args) {

/*
* @nebula.js/locale v0.1.0-alpha.26
* @nebula.js/locale v0.1.0-alpha.27
* Copyright (c) 2020 QlikTech International AB

@@ -29,3 +29,5 @@ * Released under the MIT license.

var api = {
var api =
/** @lends Translator */
{
language: function language(lang) {

@@ -70,3 +72,3 @@ if (lang) {

* @param {string} str - Id of the registered string
* @param {string[]} [args] - Values passed down for string interpolation
* @param {Array<string>=} args - Values passed down for string interpolation
*/

@@ -73,0 +75,0 @@ get: function get(str, args) {

/*
* @nebula.js/locale v0.1.0-alpha.26
* @nebula.js/locale v0.1.0-alpha.27
* Copyright (c) 2020 QlikTech International AB

@@ -4,0 +4,0 @@ * Released under the MIT license.

/*
* @nebula.js/locale v0.1.0-alpha.26
* @nebula.js/locale v0.1.0-alpha.27
* Copyright (c) 2020 QlikTech International AB

@@ -4,0 +4,0 @@ * Released under the MIT license.

{
"name": "@nebula.js/locale",
"version": "0.1.0-alpha.26",
"version": "0.1.0-alpha.27",
"description": "",

@@ -27,3 +27,3 @@ "license": "MIT",

},
"gitHead": "3419c3f75b3d9402256fb630d9053333fea5b3b7"
"gitHead": "769538391fad5a123319b7c93f672e388d2561c6"
}
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