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

captain-goods-action

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captain-goods-action - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

47

lib/index.js

@@ -76,3 +76,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 504);
/******/ return __webpack_require__(__webpack_require__.s = 506);
/******/ })

@@ -93,9 +93,9 @@ /************************************************************************/

function injectStyle (ssrContext) {
__webpack_require__(567)
__webpack_require__(570)
}
var Component = __webpack_require__(4)(
/* script */
__webpack_require__(428),
__webpack_require__(429),
/* template */
__webpack_require__(689),
__webpack_require__(693),
/* styles */

@@ -118,9 +118,9 @@ injectStyle,

function injectStyle (ssrContext) {
__webpack_require__(568)
__webpack_require__(571)
}
var Component = __webpack_require__(4)(
/* script */
__webpack_require__(429),
__webpack_require__(430),
/* template */
__webpack_require__(690),
__webpack_require__(694),
/* styles */

@@ -143,9 +143,9 @@ injectStyle,

function injectStyle (ssrContext) {
__webpack_require__(616)
__webpack_require__(619)
}
var Component = __webpack_require__(4)(
/* script */
__webpack_require__(430),
__webpack_require__(431),
/* template */
__webpack_require__(746),
__webpack_require__(750),
/* styles */

@@ -262,3 +262,3 @@ injectStyle,

/***/ 428:
/***/ 429:
/***/ (function(module, exports, __webpack_require__) {

@@ -319,3 +319,3 @@

/***/ 429:
/***/ 430:
/***/ (function(module, exports, __webpack_require__) {

@@ -352,3 +352,8 @@

var bigBtnsSlot = this.$slots['big-btns'];
var bigBtnCount = bigBtnsSlot && bigBtnsSlot.length || 0;
var bigBtnCount = (bigBtnsSlot || []).reduce(function (count, slot) {
if (slot.componentOptions && slot.componentOptions.tag === 'cap-goods-action-big-btn') {
count++;
}
return count;
}, 0);
return ['cap-goods-action__big-btns', 'cap-goods-action__big-btns--' + bigBtnCount];

@@ -361,3 +366,3 @@ }

/***/ 430:
/***/ 431:
/***/ (function(module, exports, __webpack_require__) {

@@ -421,3 +426,3 @@

/***/ 504:
/***/ 506:
/***/ (function(module, exports, __webpack_require__) {

@@ -452,3 +457,3 @@

/***/ 567:
/***/ 570:
/***/ (function(module, exports) {

@@ -460,3 +465,3 @@

/***/ 568:
/***/ 571:
/***/ (function(module, exports) {

@@ -475,3 +480,3 @@

/***/ 616:
/***/ 619:
/***/ (function(module, exports) {

@@ -483,3 +488,3 @@

/***/ 689:
/***/ 693:
/***/ (function(module, exports) {

@@ -504,3 +509,3 @@

/***/ 690:
/***/ 694:
/***/ (function(module, exports) {

@@ -520,3 +525,3 @@

/***/ 746:
/***/ 750:
/***/ (function(module, exports) {

@@ -523,0 +528,0 @@

{
"name": "captain-goods-action",
"version": "0.3.3",
"version": "0.3.4",
"description": "商品页 底部操作按钮组件",

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

Sorry, the diff of this file is not supported yet

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