
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.
@ntlab/ntjs
Advanced tools
This is a port of PHP-NTJS.
NODE-NTJS allows to dynamically manage your javascripts, stylesheets, and scripts so you can focus on your code. You can code your javascript using ES6 class, or write directly in the javascript code, even on template.
Support for popular javascript like JQuery, SemanticUI/FomanticUI.
An external CDN is also supported, simply pass CDN parameters to ScriptManager.
const { ScriptManager } = require('@ntlab/ntjs');
const cdn = {
jquery: {
version: '3.5.1',
url: 'https://code.jquery.com/%NAME%',
js: {
jquery: 'jquery-%VER%',
'jquery.min': 'jquery-%VER%.min'
}
},
'semantic-ui': {
version: '2.8.7',
url: 'https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/%VER%/%NAME%'
}
}
ScriptManager.parseCdn(cdn);
See usage example in NODE-EXPRESS-MIDDLEWARE.
FAQs
NODE-NTJS Javascript
We found that @ntlab/ntjs demonstrated a healthy version release cadence and project activity because the last version was released less than 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.