Socket
Socket
Sign inDemoInstall

@opentiny/vue-button

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-button - npm Package Compare versions

Comparing version 2.6.6 to 2.6.7

5

lib/index.js

@@ -18,7 +18,2 @@ function _extends() {

import MobileTemplate from "./mobile.js";
import "@opentiny/vue-renderless/button/vue";
import "@opentiny/vue-icon";
import "@opentiny/vue-theme/button/index.css";
import "../../vueComponentNormalizer-de5b7a1c.mjs";
import "@opentiny/vue-theme-mobile/button/index.css";
var template = function template2(mode) {

@@ -25,0 +20,0 @@ if ("mobile" === (process.env.TINY_MODE || mode))

4

lib/mobile.js

@@ -115,7 +115,7 @@ import { renderless, api } from "@opentiny/vue-renderless/button/vue";

}
var MobileTemplate = /* @__PURE__ */ function() {
var mobile = /* @__PURE__ */ function() {
return __component__.exports;
}();
export {
MobileTemplate as default
mobile as default
};

@@ -116,7 +116,7 @@ import { renderless, api } from "@opentiny/vue-renderless/button/vue";

}
var PcTemplate = /* @__PURE__ */ function() {
var pc = /* @__PURE__ */ function() {
return __component__.exports;
}();
export {
PcTemplate as default
pc as default
};
{
"name": "@opentiny/vue-button",
"version": "2.6.6",
"version": "2.6.7",
"description": "",
"main": "./lib/index.js",
"dependencies": {
"@opentiny/vue-common": "~2.6.6",
"@opentiny/vue-icon": "~2.6.6",
"@opentiny/vue-common": "~2.6.7",
"@opentiny/vue-icon": "~2.6.7",
"@opentiny/vue-renderless": "~3.6.6"

@@ -10,0 +10,0 @@ },

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