Comparing version 0.2.3 to 0.2.4
@@ -10,3 +10,3 @@ { | ||
"@bpui/libs": "^0.2.18", | ||
"@bpui/navbar-view": "^0.1.15", | ||
"@bpui/navbar-view": "^0.1.18", | ||
"@bpui/picker": "^0.1.28", | ||
@@ -29,2 +29,3 @@ "@bpui/popover": "^0.1.7", | ||
"files": [ | ||
"bin", | ||
"dist", | ||
@@ -34,3 +35,2 @@ "src", | ||
"types", | ||
"bin", | ||
"postinstall.js" | ||
@@ -42,3 +42,5 @@ ], | ||
"license": "MIT", | ||
"main": "src/index.ts", | ||
"main": "dist/index.common.js", | ||
"module": "dist/index.esm.js", | ||
"unpkg": "dist/index.min.js", | ||
"types": "types/index.d.ts", | ||
@@ -52,6 +54,7 @@ "maintainers": [ | ||
"scripts": { | ||
"prepublishOnly": "node ../scripts/bundle.js", | ||
"postinstall": "node ./postinstall" | ||
}, | ||
"name": "bpui.js", | ||
"version": "0.2.3" | ||
"version": "0.2.4" | ||
} |
@@ -57,2 +57,4 @@ | ||
static get bpNavbar() { return componentInstance.getComponent('navbarView').default.bpNavbar; } | ||
static get setNavbarDefaultCfg() { return componentInstance.getComponent('navbarView').default.setNavbarDefaultCfg; } | ||
// | ||
@@ -59,0 +61,0 @@ static get bpCheckbox() { return componentInstance.getComponent('checkbox').default.bpCheckbox } |
@@ -57,2 +57,2 @@ import '@bpui/libs'; | ||
} | ||
export const hook:Hook; | ||
export const hook: Hook; |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
143036
25
2153
4
6
Updated@bpui/navbar-view@^0.1.18