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

duoms

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duoms - npm Package Compare versions

Comparing version 0.0.2 to 0.0.21

25

bin/duoms.js

@@ -40,3 +40,3 @@ #!/usr/bin/env node

//版本号
//发布
Class.prototype.push = function(){

@@ -55,21 +55,6 @@ process.stdout.write('正在为您提交');

/*
var run= function (obj) {
if(obj[0] === '-v'){
console.log('version is 1.0.0');
}else if(obj[0] === '-h'){
console.log('Useage:');
console.log(' -v --version [show version]');
}else{
fs.readdir(path, function(err, files){
if(err){
return console.log(err);
}
for(var i = 0; i < files.length; i += 1){
console.log(files[i]);
}
});
}
};
*/
//验证
Class.prototype.auth = function(){
consoel.log('开发中');
}

@@ -76,0 +61,0 @@ var duoms = new Class(), run = duoms.short[param[0]] || param[0];

2

package.json
{
"name": "duoms",
"version": "0.0.2",
"version": "0.0.21",
"description": "剁手管理系统基础服务",

@@ -5,0 +5,0 @@ "main": "index.js",

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