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

captain-goods-list

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

Comparing version 0.1.5 to 0.1.6

148

lib/index.js

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

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

@@ -82,3 +82,3 @@ /************************************************************************/

/***/ 324:
/***/ 326:
/***/ (function(module, exports, __webpack_require__) {

@@ -88,9 +88,9 @@

/* styles */
__webpack_require__(460)
__webpack_require__(481)
var Component = __webpack_require__(7)(
var Component = __webpack_require__(4)(
/* script */
__webpack_require__(353),
__webpack_require__(356),
/* template */
__webpack_require__(540),
__webpack_require__(584),
/* scopeId */

@@ -107,3 +107,3 @@ null,

/***/ 352:
/***/ 355:
/***/ (function(module, exports, __webpack_require__) {

@@ -305,3 +305,3 @@

/***/ 353:
/***/ 356:
/***/ (function(module, exports, __webpack_require__) {

@@ -316,3 +316,3 @@

var _goods = __webpack_require__(513);
var _goods = __webpack_require__(537);

@@ -480,3 +480,57 @@ var _goods2 = _interopRequireDefault(_goods);

/***/ 390:
/***/ 4:
/***/ (function(module, exports) {
module.exports = function normalizeComponent (
rawScriptExports,
compiledTemplate,
scopeId,
cssModules
) {
var esModule
var scriptExports = rawScriptExports = rawScriptExports || {}
// ES6 modules interop
var type = typeof rawScriptExports.default
if (type === 'object' || type === 'function') {
esModule = rawScriptExports
scriptExports = rawScriptExports.default
}
// Vue.extend constructor export interop
var options = typeof scriptExports === 'function'
? scriptExports.options
: scriptExports
// render functions
if (compiledTemplate) {
options.render = compiledTemplate.render
options.staticRenderFns = compiledTemplate.staticRenderFns
}
// scopedId
if (scopeId) {
options._scopeId = scopeId
}
// inject cssModules
if (cssModules) {
var computed = options.computed || (options.computed = {})
Object.keys(cssModules).forEach(function (key) {
var module = cssModules[key]
computed[key] = function () { return module }
})
}
return {
esModule: esModule,
exports: scriptExports,
options: options
}
}
/***/ }),
/***/ 405:
/***/ (function(module, exports, __webpack_require__) {

@@ -491,3 +545,3 @@

var _main = __webpack_require__(324);
var _main = __webpack_require__(326);

@@ -502,3 +556,3 @@ var _main2 = _interopRequireDefault(_main);

/***/ 460:
/***/ 481:
/***/ (function(module, exports) {

@@ -510,3 +564,3 @@

/***/ 464:
/***/ 486:
/***/ (function(module, exports) {

@@ -518,3 +572,3 @@

/***/ 513:
/***/ 537:
/***/ (function(module, exports, __webpack_require__) {

@@ -524,9 +578,9 @@

/* styles */
__webpack_require__(464)
__webpack_require__(486)
var Component = __webpack_require__(7)(
var Component = __webpack_require__(4)(
/* script */
__webpack_require__(352),
__webpack_require__(355),
/* template */
__webpack_require__(544),
__webpack_require__(589),
/* scopeId */

@@ -543,3 +597,3 @@ null,

/***/ 540:
/***/ 584:
/***/ (function(module, exports) {

@@ -639,3 +693,3 @@

/***/ 544:
/***/ 589:
/***/ (function(module, exports) {

@@ -802,56 +856,2 @@

/***/ }),
/***/ 7:
/***/ (function(module, exports) {
module.exports = function normalizeComponent (
rawScriptExports,
compiledTemplate,
scopeId,
cssModules
) {
var esModule
var scriptExports = rawScriptExports = rawScriptExports || {}
// ES6 modules interop
var type = typeof rawScriptExports.default
if (type === 'object' || type === 'function') {
esModule = rawScriptExports
scriptExports = rawScriptExports.default
}
// Vue.extend constructor export interop
var options = typeof scriptExports === 'function'
? scriptExports.options
: scriptExports
// render functions
if (compiledTemplate) {
options.render = compiledTemplate.render
options.staticRenderFns = compiledTemplate.staticRenderFns
}
// scopedId
if (scopeId) {
options._scopeId = scopeId
}
// inject cssModules
if (cssModules) {
var computed = options.computed || (options.computed = {})
Object.keys(cssModules).forEach(function (key) {
var module = cssModules[key]
computed[key] = function () { return module }
})
}
return {
esModule: esModule,
exports: scriptExports,
options: options
}
}
/***/ })

@@ -858,0 +858,0 @@

{
"name": "captain-goods-list",
"version": "0.1.5",
"version": "0.1.6",
"description": "商品列表组件",

@@ -5,0 +5,0 @@ "main": "./lib/index.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