New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cma-template

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cma-template - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

4

package.json
{
"name": "cma-template",
"version": "0.1.3",
"version": "0.1.4",
"description": "> TODO: description",

@@ -26,3 +26,3 @@ "author": "helinjiang <onehlj@qq.com>",

},
"gitHead": "79fa4c9432b73393fc2093a5ae4ec44a1a6be3b9"
"gitHead": "5958a3cd1e2acd728c5b7c137a3d4fcc72e58af7"
}
const path = require('path');
/**
* mockstar 的配置,https://mockstarjs.github.io/mockstar/api/mockstar-config.html
*/
// 更多配置说明,请参考 https://mockstarjs.github.io/mockstar/api/mockstar-config.html
module.exports = {
// mockstar-app 项目根目录
rootPath: __dirname,
// mock server 桩数据模块目录
mockServerPath: path.resolve(__dirname, './mock_server'),
port: 9527
// mockstar 启动之后的服务端口号
port: 9527,
// 构建之后的目录,也是运行产物临时目录
// buildPath: path.resolve(__dirname, './build'),
// 日志输出目录
// logPath: path.resolve(__dirname, './build/logs'),
// 应用的名字,用于标识一个服务,格式为 mockstar_${this.port}
// name: mockstar_9527,
// 命名空间
// namespace: '',
// 静态资源的基础路径,例如 /s/ ,或者 /s/t/
// staticBasePath: '/',
// 是否监听文件变化,推荐本地开发模式下使用
// watch: false,
// 是否为开发模式
// isDev: false,
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc