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

grunt-mock2easy

Package Overview
Dependencies
Maintainers
1
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.1.14 to 0.1.15

2

package.json
{
"name": "grunt-mock2easy",
"description": "mock接口,生成md文档",
"version": "0.1.14",
"version": "0.1.15",
"homepage": "",

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

@@ -48,7 +48,6 @@ 'use strict';

fileReadStream.on('data',function(data){
fileWriteStream.write(data.replace(/\<%=port%\>/,server.address().port));
fileWriteStream.write(data);
});
fileReadStream.on('end',function(){
console.log('readStream end');
fileWriteStream.end();

@@ -55,0 +54,0 @@ });

Sorry, the diff of this file is not supported yet

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