Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-mock2easy

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-mock2easy - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

package.json
{
"name": "grunt-mock2easy",
"description": "通过nodejs的服务实现ajax的跨域访问,利用mockjs动态生成json接口,模拟各种恶略环境测试系统是否健全,测试接口生成接口文档",
"version": "0.3.3",
"version": "0.3.4",
"homepage": "https://github.com/appLhui/grunt-mock2easy",

@@ -6,0 +6,0 @@ "author": {

@@ -55,3 +55,3 @@ /**

}
_path.push('|[' + _json.interfaceName + '](./' + global.options.doc + _json.interfaceUrl.replace('.json', '.md') + ')|'+_json.interfaceName+'|\n');
_path.push('|[' + _json.interfaceUrl + '](./' + global.options.doc + _json.interfaceUrl.replace('.json', '.md') + ')|'+_json.interfaceName+'|\n');

@@ -58,0 +58,0 @@ setConfiguration(grunt, _json).then(function () {

@@ -126,3 +126,3 @@ /**

_reqStr,
'#### 返回接口\n```json\n',
'#### 返回接口\n```js\n',
json2md(_str,getCoord(_str)),

@@ -129,0 +129,0 @@ '\n```'

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