You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

avoscloud-code-mock-sdk

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4-rc1 to 0.2.4-rc2

1.zip

9

lib/mock.js
var mock = require('./cloud_code.js');
var fs = require('fs');
exports.run = function(){
var arguments = process.argv.splice(2);
var cloudProjectPath = arguments[0] || "./";
cloudProjectPath = fs.realpathSync(cloudProjectPath);
if(!cloudProjectPath.match(/.*\/$/))
cloudProjectPath = cloudProjectPath + "/";
exports.run = function(cloudProjectPath){
mock.runCloudCode(cloudProjectPath);
}
}
{
"name": "avoscloud-code-mock-sdk",
"version": "0.2.4-rc1",
"version": "0.2.4-rc2",
"main": "./lib/cloud_code.js",
"description": "AVOSCloud Cloud Code Mock SDK.!",
"dependencies": {
"tar" : "latest",
"fstream" : "latest",
"commander" : "2.1.0",
"qiniu" : "latest",

@@ -11,2 +14,3 @@ "qs" : "0.6.5",

"underscore" : "1.4.4",
"underscore.string" : "2.2.0rc",
"cron" : "latest",

@@ -25,3 +29,4 @@ "moment" : "2.0.0",

"ejs" : "0.8.4",
"jade" : "0.26.0"
"jade" : "0.26.0",
"avos-lock" : "latest"
},

@@ -28,0 +33,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc