
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
jmapserver-ng-core
Advanced tools
duplicate the .npmrc.example file, rename the copy to .npmrc and configure values inside that file.
npm i
npm start
A dev example page is accessible at this location : http://localhost:8081
To access a different project : http://localhost:8081?ngProjectId=XXX
The JS entry file is accessible at this location : http://localhost:8081/build/index.js
When code is changed, it's automatically built and the web page refresh by its own (thanks webpack dev server).
- https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
- "Prettier - Code formatter" extention (Author : Esben Petersen)
This repository uses Node.js version defined in .nvmrc (18).
Use nvm to switch automatically when changing directory and log the switch in terminal.
For zsh (~/.zshrc):
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm_auto_use() {
local nvmrc_path target current
nvmrc_path="$(nvm_find_nvmrc)"
[ -z "$nvmrc_path" ] && return
target="$(cat "$nvmrc_path")"
current="$(nvm current)"
if [ "$(nvm version "$target")" != "$current" ]; then
echo "[nvm] switching to $target for $(dirname "$nvmrc_path")"
nvm use "$target" || nvm install "$target"
fi
}
autoload -U add-zsh-hook
add-zsh-hook chpwd nvm_auto_use
nvm_auto_use
For bash (~/.bashrc):
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm_auto_use() {
local nvmrc_path target current
nvmrc_path="$(nvm_find_nvmrc)"
[ -z "$nvmrc_path" ] && return
target="$(cat "$nvmrc_path")"
current="$(nvm current)"
if [ "$(nvm version "$target")" != "$current" ]; then
echo "[nvm] switching to $target for $(dirname "$nvmrc_path")"
nvm use "$target" || nvm install "$target"
fi
}
__NVM_AUTO_LAST_PWD=""
nvm_auto_use_prompt_hook() {
if [ "$PWD" != "$__NVM_AUTO_LAST_PWD" ]; then
__NVM_AUTO_LAST_PWD="$PWD"
nvm_auto_use
fi
}
PROMPT_COMMAND="nvm_auto_use_prompt_hook${PROMPT_COMMAND:+; $PROMPT_COMMAND}"
nvm_auto_use
Reload your shell after updating config:
source ~/.zshrc
source ~/.bashrc
FAQs
K2 Geospatial - JMap Server NG Core library implementation
The npm package jmapserver-ng-core receives a total of 48 weekly downloads. As such, jmapserver-ng-core popularity was classified as not popular.
We found that jmapserver-ng-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers 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.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.