
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Abitbol is a small Javascript library that provides consistent/easy to use classes for Node.js and web browsers. It is heavily inspired by Armin Ronacher's Classy library, but extends its possibilities.
Features:
this
(always points to the current instance)Exemple class definition:
var Vehicle = Class.$extend({
__init__: function(color) {
this.color = color;
this.speed = 0;
},
move: function(speed) {
this.speed = speed;
},
stop: function() {
this.speed = 0;
}
});
The classiest javascript class library of the world
-- George Abitbol
To install Abitbol run the following command:
npm install abitbol
If you have any question, you can:
If you found a bug, please open an issue on Github with as much information as possible.
Please consider filing a bug before starting to work on a new feature. This will allow us to discuss the best way to do it. This is of course not necessary if you just want to fix some typo or small errors in the code.
To check coding style, run the follwoing command:
npx grunt lint
Tu run tests, use the following command:
npx grunt test
To generate browser version of the lib (files in the dist/
folder), run:
npx grunt
[NEXT] (changes on master that have not been released yet):
v2.1.2:
v2.1.1:
v2.1.0:
v2.0.1:
v2.0.0:
v1.2.0:
v1.1.1:
v1.1.0:
v1.0.4:
v1.0.3:
v1.0.2:
v1.0.1:
v1.0.0:
this
.v0.1.0:
Class.$classyVersion
, Class.$withData()
, Class.$noConflict()
that are not implemented).FAQs
The classiest javascript class library of the world
The npm package abitbol receives a total of 594 weekly downloads. As such, abitbol popularity was classified as not popular.
We found that abitbol demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.