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

@hb-ui/element-ui

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hb-ui/element-ui - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

es/form/index.d.ts

8

es/table/index.js

@@ -71,3 +71,3 @@ var _excluded = ["data"],

if (props.handle) {
props.handle.refresh = function refresh(pagination) {
props.handle.reload = function reload(pagination) {
pagination && (this.pagination2 = pagination);

@@ -117,6 +117,5 @@

props = _this2.$props;
_this2.queryCount++;
if (props.query) {
_context.next = 4;
_context.next = 3;
break;

@@ -127,3 +126,4 @@ }

case 4:
case 3:
_this2.queryCount++;
_context.next = 6;

@@ -130,0 +130,0 @@ return props.query({

{
"name": "@hb-ui/element-ui",
"version": "2.0.0",
"version": "2.0.1",
"packageManager": "pnpm@7.0.0",
"description": "基于 Element UI 二次封装的一些常用组件",
"main": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/hello-fe/hb-ui.git",
"directory": "packages/element-ui"
},
"scripts": {
"build": "node scripts/build.mjs",
"dev": "vite",
"// generate declaration": "https://github.com/babel/babel/issues/9850",
"prepublishOnly": "npm run build && tsc --emitDeclarationOnly --project tsconfig.build.json"
},
"dependencies": {
"element-ui": "~2.15.9",
"vue": "~2.6.14",
"vue-router": "~3.5.4"
},
"devDependencies": {

@@ -12,8 +28,4 @@ "@babel/core": "^7.18.9",

"chalk": "^5.0.1",
"element-ui": "~2.15.9",
"typescript": "^4.7.4",
"vite": "^3.0.3",
"vite-plugin-vue2": "^2.0.2",
"vue": "~2.6.14",
"vue-router": "^3.5.4",
"vue-template-compiler": "~2.6.14"

@@ -23,8 +35,5 @@ },

"components",
"es"
],
"scripts": {
"build": "node scripts/build.mjs",
"dev": "vite"
}
}
"es",
"types"
]
}

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