New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bpui.js

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpui.js - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

dist/index.common.js

11

package.json

@@ -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;
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