Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
cli tool to mock data, supports mockjs and faker.js
npm i -g mmock-cli
$ mmock //start the mock server
-h --help show help
-v --version show version
-d --domain set mock server url domain
-p --port set mock server url port
--db set mock server db json file path
--cors 1 is on, 0 is off, default is on, supports cors to cross domain
mock -p 8886 -d http://mock.com
support mockjs and faker.js, you can use it alone, or mix them.
support url path param, such as /:area/user/:id
, yon can use @param(area), @param(id) to get path param.
example:
{
"user|4":[{ //生成|num个如下格式名字的数据
"id|+1": 1, //数字从当前数开始后续依次加一
"name": "@cname", //名字为随机中文名字
"ago|18-31": 25, //年龄为18-28之间的随机数字
"sex|1":["男","女"], //性别是数组中的一个,随机的
"job|1": ["js","css","node.js","vue"], //工作是数组中的一个
"email": "{{internet.email}}", //email
"website": "{{internet.url}}", //url
"area": "@param(area)" //get area param
}]
}
FAQs
mock server, supports mockjs and faker.js
We found that mmock-cli 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.