
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Qenya是一个轻量数据管理,api输出的Mock Server。基于koa2、graphql、mongodb(tingodb)。
通常,前后端分离开发,前后端约定好接口后,分别各自开发,再一起联调。在后端接口还没有数据的时候,前端如何mock后端数据,就成了一个问题。
使用过很多种方案,比如用json文件,mock.js,faker等等,每种方案都不是特别的让人满意。个人希望的一个Mock Server应该具有以下的特点。
所以就有了 Qenya 这个项目,通过以下几个方面来满足这些需求。
首先安装nodejs,建议node 7.6 以上版本,创建一个目录,在命令行运行
$ npm install qenya --save-dev
最小化配置只需要配置两个服务启动的端口号。会默认使用tingodb作为数据库,存放地址为项目启动目录下的data文件夹
const qenya = require('qenya')
qenya({
appPort: 5000,
apiPort: 5001
})
FAQs
a web application base on koa and react
The npm package qenya receives a total of 16 weekly downloads. As such, qenya popularity was classified as not popular.
We found that qenya 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.