
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
tern-qunit is a plugin which adds support for qunit.js to the JavaSript code intelligence system Tern.
tern-qunit provides :
You can play with online demo which uses CodeMirror ((inside Web Browser).
You can see demos in this git project with CodeMirror in demos/qunit.html :
Here a screenshot with completion with CodeMirror QUnit completion :
Here a screenshot with completion with Eclipse IDE QUnit completion :
If you wish to use Eclipse as IDE, see Eclipse support for QUnit.
tern-qunit works with the NodeJS [Tern Server][tern-server], and within a browser.
The easiest way to install tern-qunit is to use a recent version of [npm][npm]. In the directory where you installed the [tern package][tern-npm], simply run
$ npm install tern-qunit
qunit
support QUnit.
In order for Tern to load the tern-qunit plugin once it is installed, you must
include qunit
in the plugins
section of your [Tern configuration
file][tern-config].
Here is a minimal example .tern-project
configuration file:
{
"libs":["ecma5"],
"plugins": {
"qunit": {}
}
}
See demos/qunit.html
The basic structure of the project is given in the following way:
qunit.js
the tern plugin.demos/
demos with QUnit tern plugin which use CodeMirror.test
test of the tern plugin.FAQs
A Tern plugin adding support for QUnit.
We found that tern-qunit 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.