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

hlg-ui

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hlg-ui - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

__build__/webpack.common.js

14

package.json
{
"name": "hlg-ui",
"version": "0.0.1",
"version": "0.0.2",
"description": "欢乐逛 UI 库",
"main": "lib/hlg-ui.js",
"scripts": {
"dev": "poi --watch --serve",
"build": "poi --prod"
"build": "poi --prod",
"dist": "webpack --config __build__/webpack.common.js",
"publish": "npm publish --registry http://registry.npmjs.org"
},

@@ -35,8 +38,13 @@ "repository": {

"poi": "^12.0.2",
"progress-bar-webpack-plugin": "^1.11.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"transliteration": "^1.6.6",
"vue-loader": "^15.5.0",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.5.20"
"vue-template-compiler": "^2.5.20",
"webpack-cli": "^3.2.0",
"webpack-node-externals": "^1.7.2"
},

@@ -43,0 +51,0 @@ "dependencies": {

@@ -15,3 +15,3 @@ /*

const DIST = path.resolve('__build__');
const DIST = path.resolve('__dist__');
const DEBUG = process.env.CI_BUILD_STAGE === undefined;

@@ -18,0 +18,0 @@ const version = (process.env.CI_COMMIT_SHA || pkg.version).slice(0, 8);

@@ -10,4 +10,3 @@ /*

import Promise from 'bluebird';
import HlgDialog from '@packages/dialog';
import HlgButton from '@packages/button';
import HLGUI from '@packages';
import routes from './routes';

@@ -22,6 +21,5 @@ import filter from './services/filter';

Vue.component(DemoBlock.name, DemoBlock);
Vue.component(HlgDialog.name, HlgDialog);
Vue.component(HlgButton.name, HlgButton);
Vue.use(VueRouter);
Vue.use(filter);
Vue.use(HLGUI);

@@ -28,0 +26,0 @@ const router = new VueRouter({

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