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.1.16 to 0.1.17

24

package.json
{
"description": "bpui",
"dependencies": {
"@bpui/actionsheet": "^0.1.6",
"@bpui/button": "^0.1.10",
"@bpui/checkbox": "^0.1.9",
"@bpui/dialog": "^0.1.20",
"@bpui/input": "^0.1.13",
"@bpui/libs": "^0.2.8",
"@bpui/navbar-view": "^0.1.9",
"@bpui/picker": "^0.1.24",
"@bpui/popover": "^0.1.3",
"@bpui/radio": "^0.1.8",
"@bpui/switch": "^0.1.8"
"@bpui/actionsheet": "^0.1.7",
"@bpui/button": "^0.1.11",
"@bpui/checkbox": "^0.1.10",
"@bpui/dialog": "^0.1.21",
"@bpui/input": "^0.1.14",
"@bpui/libs": "^0.2.9",
"@bpui/navbar-view": "^0.1.10",
"@bpui/picker": "^0.1.25",
"@bpui/popover": "^0.1.4",
"@bpui/radio": "^0.1.9",
"@bpui/switch": "^0.1.9"
},

@@ -43,3 +43,3 @@ "devDependencies": {},

"name": "bpui.js",
"version": "0.1.16"
"version": "0.1.17"
}

@@ -64,2 +64,3 @@

static get bpDialog() { return getComponent('dialog').default.bpDialog }
static get apiWidget() { return getComponent('dialog').default.apiWidget }
static get bpWidget() { return getComponent('dialog').default.bpWidget }

@@ -79,1 +80,10 @@ static get registerDialogComponents() { return getComponent('dialog').default.registerDialogComponents }

}
class InstanceAgent {
static get libs() { return Instance.libs; }
static get hook() { return Instance.hook; }
static get apiWidget() { return Instance.apiWidget; }
}
((window||window) as any).bp = InstanceAgent;
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