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.
NOTE: The API is currently still in flux, stay aware of changes before updating.
Marbles is a JavaScript framework inspired by Backbone.js and React.
There is no view component, it's recomended you use React.
npm install marbles
var Router = require('marbles/router');
var extend = require('marbles/utils').extend;
// ...
# Gemfile
gem 'marbles-js', :git => 'https://github.com/jvatic/marbles-js.git'
gem 'es6-module-mapper', :git => 'https://github.com/jvatic/es6-module-mapper.git';
require 'sprockets'
require 'es6-module-mapper' # or some other means of ES6 module support
require 'marbles-js'
::Sprockets::Environment.new do |env|
# we're not using the directive processor, so unregister it
env.unregister_preprocessor(
'application/javascript', ::Sprockets::DirectiveProcessor)
::MarblesJS::Sprockets.setup(env)
end
cd docs
python -m SimpleHTTPServer
and open localhost:8000 in your browser.
npm install
bundle
bundle exec rake compile
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Front-end framework for routing, http, and data handling
We found that marbles 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.