
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-node-extension
Advanced tools
tern-node-extension is a plugin which adds support validation for node require to the JavaSript code intelligence system Tern.
Here a sample with Eclipse :
See here for more information about node lint with Eclipse.
tern-node-extension works with the NodeJS [Tern Server][tern-server], and within a browser.
The easiest way to install tern-node-extension 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-node-extension
node-extension
tern plugin extends node
tern plugin to support validation.
In order for Tern to load the tern-node-express plugin once it is installed, you must
include node-extension
in the plugins
section of your [Tern configuration
file][tern-config] and node
.
Here is a minimal example .tern-project
configuration file:
{
"plugins": {
"node": {},
"lint": {},
"node-extension": {}
}
}
The basic structure of the project is given in the following way:
node-extension.js
the tern plugin.demos/
demos with node lint tern plugin which use CodeMirror.FAQs
Extension for Tern NodeJS to provide validation.
We found that tern-node-extension 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.