
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
nviewjs. View template engine.
NvIn set input behaviors - method of input, validate and alter value.
NvOut set out behaviors - modify value.
NvAct provide statement in template.
NvMethod provide method in template.
$('#sample').nview().sync();
$('#sample').nview({act: false}, null, nvOut).sync();
$('#sample').nview({output: false});
$('#sample').nview({bindParse: false});
$('#sample').nview({}, null, {
attach: { abc: function(v){return v * 3;} }
});
$('#sample').nview({}, nvIn, nvOut, nvMethod, nvAct, nvManager).sync();
There are many tutorials.
| Reference | Tutorial | Description |
|---|---|---|
jQuery.fn.nview | tutorial-basic.html | Apply to template. |
$nview | tutorial-static-nv.html | Helper methods. |
NvIn | tutorial-input.html | Input helper class for extending. |
NvOut | tutorial-output.html | Output helper class for extending. |
NvAct | tutorial-act.html | Statement helper class for extending. |
NvMethod | tutorial-method.html | Method helper class for extending. |
| -- | tutorial-value.html | --- |
| -- | tutorial-apply-noparse.html | --- |
| -- | tutorial-demo-various.html | --- |
For detail, see reference. In dist directory,
| Distribution | Introduction |
|---|---|
| nview.js / nview.min.js | Library script. |
| nview.css / nview.min.css | Only hide css. |
| Library | Introduction | Requirements |
|---|---|---|
| anyjs | Basic methods and UI helper library. | jQuery library |
| najaxjs | Simple ajax library. | None |
| nviewjs | View template engine. | jQuery library / anyjs |
Released under the MIT license. See LICENSE.
See CHANGELOG.
FAQs
View template engine.
We found that nviewjs 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.