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

@hero_666/web_vueui

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hero_666/web_vueui - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

12

package.json
{
"name": "@hero_666/web_vueui",
"version": "1.0.2",
"version": "1.0.3",
"description": "the UI library of vue",
"main": "dist/vueUI.js",
"module":"dist/vueUI.js",
"typings":"src/index.ts",
"module": "dist/vueUI.js",
"typings": "src/index.ts",
"files": [

@@ -13,3 +13,3 @@ "dist/vueUI.js",

],
"keywords":[
"keywords": [
"vueUI"

@@ -23,3 +23,4 @@ ],

"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"docs:build": "vuepress build docs",
"docs:copy": "node build/buildDocs.js"
},

@@ -52,2 +53,3 @@ "repository": {

"chalk": "^2.0.1",
"copy-dir": "^1.2.0",
"copy-webpack-plugin": "^4.0.1",

@@ -54,0 +56,0 @@ "cross-env": "^6.0.0",

@@ -26,2 +26,2 @@ # vueUI

[the description document(chinese)]()
[the description document(chinese)](https://greatweber.github.io/vueUI/dist/docs/)

@@ -71,3 +71,3 @@

const version = '1.0.2';
const version = '1.0.3';
const install = (Vue,config={})=>{

@@ -74,0 +74,0 @@ Vue.prototype.vueUIConfig = config;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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