
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Knockout Utilities Extensions to simplify Knockout app development using MVVM Pattern.
Using Bower:
$ bower install komvvm --save
Using NuGet:
$ Install-Package KoMvvm
You could use komvvm in different context.
requirejs.config({
paths: {
knockout: 'path/to/knockout',
koutils: 'path/to/koutils',
komvvm: 'path/to/komvvm'
}
});
define(["komvvm/commands"], function(commands) {
var command = new commands.AsynCommand({
canExecute: function(isExecuting) { return !isExecuting && /* ... */; },
execute: function(complete) {
// ...
complete();
}
});
});
Include built script in your HTML file.
<script type="text/javascript" src="path/to/knockout.js"></script>
<script type="text/javascript" src="path/to/koutils.min.js"></script>
<script type="text/javascript" src="path/to/komvvm.min.js"></script>
Documentation is hosted on Github Wiki.
0.1.0 Initial release 0.1.1 Fix issue in unsubscribe method when giving a callback which is not subscribed 0.1.2 Update typescript to version 1.1 0.1.3 * Update KoUtils to 1.0.1 * Remove underscore.js references * Update typescript to version 1.4
FAQs
Knockout MVVM Extensions to help Knockout app development
We found that komvvm 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.