
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
The easiest way to download the latest released version of Ractive is to grab it from http://cdn.ractivejs.org/latest/{filename}.js, where {filename} is one of
Ractive.parse()
- assumes templates are parsed on the server or during buildIf you'd like to get the most recent version, substitute 'edge' for 'latest' in the URL, e.g. http://cdn.ractivejs.org/edge/ractive.js. These builds have passed the tests but may include experimental features, so should not be used in production.
For specific stable releases, replace 'latest' with e.g. '0.5.0'.
If you use bower for frontend package management, you can do
$ bower install ractive
To download the edge version, use the edge
tag:
$ bower install ractive#edge
(If you want to redownload it, you may need to clean bower's cache with bower cache clean ractive
.)
$ npm install ractive
Starting with 0.4.0, releases live on the build branch. It's therefore possible to npm install
the most recent builds straight from GitHub:
$ npm install git://github.com/ractivejs/ractive.git#v0.4.1-pre
(The v0.4.1-pre
tag - which will change after each stable release - is equivalent to the edge
tag, but npm requires valid semver tags.)
0.6.1
2014-10-25
obj
has no keys, then the else
half of {{#each obj}}...{{else}}...{{/each}}
will renderthis.event
available in method callsdebug
is true@keypath
reference resolves to the current context@index
, @key
and @keypath
references are resolved at render time, not parse time (fixes #1303)console
is a supported global in expression - e.g. {{console.log('debugging',foo)}}
FAQs
Next-generation DOM manipulation
The npm package ractive receives a total of 7,062 weekly downloads. As such, ractive popularity was classified as popular.
We found that ractive 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.