
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
将目录树的路径信息转换为镜像JS对象结构
npm install nft
let NFT = require('nft')
let modules = NFT(options)
options
Object
path
String - 指定递归目录(必填)
contain
Array - 仅包含指定文件或目录,不能与exclude同时使用(可选)
exclude
Array - 排除指定文件或目录,不能与contain同时使用(可选)
file(filePath, filename)
Function - 文件类型递归触发函数
filePath
String - 文件绝对路径
fileName
* - 包含后缀的文件名
directory(dirPath, dirName)
Function - 目录类型递归触发函数
dirPath
Object - 目录绝对路径
dirName
Object - 目录名称
let NFT = require('batch-import')
let files = NFT({
"extend": {
"path": "app/extend",
"exclude": ['e'],
file(filePath, filename) {
},
directory(dirPath, dirName) {
}
},
"controllers": {
"path": "app/controllers",
"contain": ["_route.js"],
"exclude": ['c1'],
file(filePath, filename) {
},
directory(dirPath, dirName) {
}
},
"models": {
"path": "app/models",
"exclude": ['c1.js'],
file(filePath, filename) {
},
directory(dirPath, dirName) {
}
}
})
FAQs
The npm package nft receives a total of 8 weekly downloads. As such, nft popularity was classified as not popular.
We found that nft 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 MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.