Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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
The npm package marbles receives a total of 162 weekly downloads. As such, marbles popularity was classified as not popular.
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.