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

@opentiny/vue-loading

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-loading - npm Package Compare versions

Comparing version 3.12.0 to 3.13.0

10

lib/index.js

@@ -23,9 +23,11 @@ function _extends() {

var template = function template2(mode) {
if ("pc" === (process.env.TINY_MODE || mode)) {
var _process$env;
var tinyMode2 = typeof process === "object" ? (_process$env = process.env) == null ? void 0 : _process$env.TINY_MODE : null;
if ("pc" === (tinyMode2 || mode)) {
return PcTemplate;
}
if ("pc" === (process.env.TINY_MODE || mode)) {
if ("pc" === (tinyMode2 || mode)) {
return PcTemplate;
}
if ("mobile-first" === (process.env.TINY_MODE || mode)) {
if ("mobile-first" === (tinyMode2 || mode)) {
return MobileFirstTemplate;

@@ -284,3 +286,3 @@ }

}).vLoading;
var version = "3.12.0";
var version = "3.13.0";
var Loadings = {

@@ -287,0 +289,0 @@ install: function install(app) {

10

package.json
{
"name": "@opentiny/vue-loading",
"version": "3.12.0",
"version": "3.13.0",
"description": "",

@@ -10,6 +10,6 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-common": "~3.12.0",
"@opentiny/vue-icon": "~3.12.0",
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-locale": "~3.12.0"
"@opentiny/vue-common": "~3.13.0",
"@opentiny/vue-icon": "~3.13.0",
"@opentiny/vue-renderless": "~3.13.0",
"@opentiny/vue-locale": "~3.13.0"
},

@@ -16,0 +16,0 @@ "license": "MIT",

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