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

ljtui

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ljtui - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

src/index.js

10

examples/main.js

@@ -0,1 +1,9 @@

/*
* @Descripttion: your project
* @version: 1.0
* @Author: lijiantao
* @Date: 2020-12-22 10:18:46
* @LastEditors: lijiantao
* @LastEditTime: 2021-04-09 16:32:43
*/
import Vue from 'vue'

@@ -6,3 +14,3 @@ import App from './App.vue'

// 导入组件库
import ljtui from '../packages'
import ljtui from '../src'
// 注册组件库

@@ -9,0 +17,0 @@ Vue.use(ljtui)

14

lib/ljtui.common.js

@@ -381,3 +381,11 @@ module.exports =

/* harmony default export */ var Button = (Button_src);
// CONCATENATED MODULE: ./packages/index.js
// CONCATENATED MODULE: ./src/index.js
/*
* @Descripttion: your project
* @version: 1.0
* @Author: lijiantao
* @Date: 2020-12-22 10:33:23
* @LastEditors: lijiantao
* @LastEditTime: 2021-04-09 16:31:45
*/
// 导入button组件

@@ -404,3 +412,3 @@

/* harmony default export */ var packages_0 = ({
/* harmony default export */ var src_0 = ({
// 导出的对象必须具有 install,才能被 Vue.use() 方法安装

@@ -414,3 +422,3 @@ install,

/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (packages_0);
/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (src_0);

@@ -417,0 +425,0 @@

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

/* harmony default export */ var Button = (Button_src);
// CONCATENATED MODULE: ./packages/index.js
// CONCATENATED MODULE: ./src/index.js
/*
* @Descripttion: your project
* @version: 1.0
* @Author: lijiantao
* @Date: 2020-12-22 10:33:23
* @LastEditors: lijiantao
* @LastEditTime: 2021-04-09 16:31:45
*/
// 导入button组件

@@ -413,3 +421,3 @@

/* harmony default export */ var packages_0 = ({
/* harmony default export */ var src_0 = ({
// 导出的对象必须具有 install,才能被 Vue.use() 方法安装

@@ -423,3 +431,3 @@ install,

/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (packages_0);
/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (src_0);

@@ -426,0 +434,0 @@

{
"name": "ljtui",
"version": "0.1.0",
"version": "0.1.1",
"private": false,

@@ -9,3 +9,3 @@ "scripts": {

"lint": "vue-cli-service lint --fix",
"lib": "vue-cli-service build --target lib --name ljtui --dest lib packages/index.js"
"lib": "vue-cli-service build --target lib --name ljtui --dest lib src/index.js"
},

@@ -12,0 +12,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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