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.
base-options
Advanced tools
Adds an
option
method to base-methods.
Install with npm
$ npm i base-options --save
var Base = require('base-methods');
var option = require('base-options');
// create your application and inherit `Base`
function App() {
Base.call(this);
}
Base.extend(App);
var app = new App();
// add the `option` method to `App`
app.mixin('option', option);
// set/get options
app.option('foo', 'bar');
console.log(app.options);
//=> {foo: 'bar'}
data
method to base-methods. | homepageset
, get
,… more | homepageInstall dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on October 02, 2015.
FAQs
Adds a few options methods to base-methods, like `option`, `enable` and `disable`. See the readme for the full API.
The npm package base-options receives a total of 3,541 weekly downloads. As such, base-options popularity was classified as popular.
We found that base-options 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
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.