Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
浏览器基础库,提供 event, class, router 等等模块的封装
class.js // 基类, 所有继承关系的class,都需要继承自这里 event.js // 来自node.js,提供基础事件支持 router.js // 提供路由支持,单页应用,或者url存储路径的情况,都可以使用这个包 cookie.js // cookie操作 util.js
incomming
cache.js -- localStorage, db etc.
var class = require('bcore/class');
var event = require('bcore/event');
var router = require('bcore/router');
// 用法
function Constructor() {
// super class constructor
this._super.call(this, args....);
// super class functions
this._super.prototype.funcA();
}
Class.extend(Constructor, {
//properties
});
``
### router
FAQs
Core JavaScript library for browser runtime
The npm package bcore receives a total of 12 weekly downloads. As such, bcore popularity was classified as not popular.
We found that bcore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.