
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.
@cable_ready/element
Advanced tools
CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.
<cable-ready>
Elementbundle add cable_ready-element
There are a few ways to install the CableReady JavaScript client, depending on your application setup.
yarn add @cable_ready/element
# config/importmap.rb
# ...
pin 'cable_ready', to: 'cable_ready.min.js', preload: true
pin '@cable_ready/element', to: 'cable_ready-element.min.js', preload: true
<!-- app/views/layouts/application.html.erb -->
<%= javascript_include_tag "cable_ready-element.umd.min.js", "data-turbo-track": "reload" %>
Within your application.js
import the @cable_ready/element
package:
// app/javascript/application.js
import "@cable_ready/element"
Everyone interacting with CableReady is expected to follow the Code of Conduct
This project uses Standard and prettier-standard to minimize bike shedding related to code formatting.
Please run ./bin/standardize
prior submitting pull requests.
yarn
and bundle
to pick up the latest.lib/cable_ready/element/version.rb
. Pre-release versions use .preN
rake build
and yarn build
rake release
yarn publish --no-git-tag-version
-preN
CableReady is released under the MIT License.
FAQs
CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.
The npm package @cable_ready/element receives a total of 0 weekly downloads. As such, @cable_ready/element popularity was classified as not popular.
We found that @cable_ready/element demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.