Socket
Socket
Sign inDemoInstall

@opentiny/vue-locale

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-locale - npm Package Compare versions

Comparing version 3.6.1 to 3.6.6

16

lib/index.js

@@ -1240,13 +1240,13 @@ function _extends() {

__proto__: null,
t: t$1,
use: use$1,
language: language$1,
default: index$1,
enUS: enUS$1,
extend: extend$1,
i18n: i18n$1,
extend: extend$1,
initI18n: initI18n$1,
isVue2,
isVue3,
zhCN: zhCN$1,
enUS: enUS$1,
default: index$1
language: language$1,
t: t$1,
use: use$1,
zhCN: zhCN$1
}, Symbol.toStringTag, {

@@ -1285,3 +1285,3 @@ value: "Module"

var getStrTimezone = function getStrTimezone2(value) {
var localTimeZone = 0 - new Date().getTimezoneOffset() / 60;
var localTimeZone = 0 - /* @__PURE__ */ (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60;
var match = typeof value === "string" && value.match(TZRE);

@@ -1288,0 +1288,0 @@ if (match) {

{
"name": "@opentiny/vue-locale",
"version": "3.6.1",
"version": "3.6.6",
"description": "",

@@ -9,5 +9,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.6.1",
"@opentiny/vue-theme": "~3.6.1",
"@opentiny/vue-theme-mobile": "~3.6.1"
"@opentiny/vue-renderless": "~3.6.6",
"@opentiny/vue-theme": "~3.6.6",
"@opentiny/vue-theme-mobile": "~3.6.6"
},

@@ -14,0 +14,0 @@ "types": "./src/index.d.ts",

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