
Security News
pnpm 12’s Rust Rewrite Cuts Install Times by Up to 90%
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.
A set of vue.js components for interacting with didbot.com or a self hosted didbot application.
Install didbot-web using the node package manager
npm install didbot-web --save
Import the vue component and add our event bus
Vue.component(
'didbot-web',
require('didbot-web')
);
const didbotBus = new Vue()
Vue.prototype.$didbotBus = didbotBus
Generate an access token at either didbot.com or within your self hosted didbot application and add it to the javascript variable apiToken within the didbot namespace.
didbot.apiToken=Bearer 123ABC...
Import the stylesheet
@import "./../../../node_modules/didbot-web/src/sass/did.scss";
Add the component markup to your vue.js.
<didbot-web></didbot-web>
By default this package attempts to connect to the didbot.com API located at https://didbot.com/api/1.0/. If you wish to point the package to a self hosted didbot application set path in the javascript variable baseUrl within the didbot namespace.
didbot.baseUrl=http://www.example.com/api/
FAQs
Web interface for the didbot API.
We found that didbot-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.

Research
/Security News
Thirteen malicious Packagist themes expose visitors on unpatched iPhones to a WebKit-to-kernel exploit chain that steals device data and wallet seeds.