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

@dcloudio/uni-i18n

Package Overview
Dependencies
Maintainers
7
Versions
1060
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/uni-i18n - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

dist/uni-i18n.cjs.js

@@ -254,2 +254,5 @@ 'use strict';

},
getLocale() {
return i18n.getLocale();
},
setLocale(newLocale) {

@@ -256,0 +259,0 @@ return i18n.setLocale(newLocale);

@@ -33,2 +33,3 @@

t(key: string, values?: Record<string, unknown> | unknown[] | undefined): string;
getLocale(): BuiltInLocale;
setLocale(newLocale: BuiltInLocale): void;

@@ -35,0 +36,0 @@ mixin: {

@@ -250,2 +250,5 @@ const isObject = (val) => val !== null && typeof val === 'object';

},
getLocale() {
return i18n.getLocale();
},
setLocale(newLocale) {

@@ -252,0 +255,0 @@ return i18n.setLocale(newLocale);

2

package.json
{
"name": "@dcloudio/uni-i18n",
"version": "0.0.3",
"version": "0.0.4",
"description": "@dcloudio/uni-i18n",

@@ -5,0 +5,0 @@ "main": "dist/uni-i18n.cjs.js",

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