Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
bobril-build
Advanced tools
Helper tool to build Bobril applications Mainly it will support copying sprites, building big sprites. support i18n. All this during optimal TypeScript compilation.
How to use:
npm install bobril-build -g
Then create package.json with typescript.main or name your main ts file as index.ts or app.ts and start:
bb
This will start bobril build in interactive mode. It will watch changes of your application, recompile and host in on http://localhost:8080. It uses latest Typescript to compile and prefer Node moduleResolution. Compilation for maximum speed enables skipDefaultLibCheck.
There is also command line single build option. Start to learn all options:
bb -h
For development of bobril-build check out this project and start:
npm link
gulp
Use bobril.asset(path) to include asset to compilation. *.css files are automatically linked in index.html head.
It reads package.json
and understands:
{
"typescript": {
"main": "pathToMain.ts"
},
"bobril": {
"dir": "name of directory where to place release default is dist",
"resourcesAreRelativeToProjectDir": false, // this is default
"example": "pathToExample.ts", // sample application entry point - if main is index.ts than example.ts is searched for default
"title": "index.html Title",
"constantOverrides": {
"module_name": {
"export_name": "New value, it supports also number and boolean values"
}
}
}
}
It is currently not selfhosting but it will come...
0.22.0
FAQs
Bobril-build core npm downloader and runner
The npm package bobril-build receives a total of 2,106 weekly downloads. As such, bobril-build popularity was classified as popular.
We found that bobril-build 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.
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.