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

remoty

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remoty - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

24

index.js

@@ -9,4 +9,9 @@ #!/usr/bin/env node

, path = require('path')
, commander = require('commander');
, commander = require('commander')
, google = require('googler');
var g = google({appid:'AIzaSyCsY8uTKxAk6BoJEbX3WL2G2OBfhtpyhdg'})
colors.setTheme({

@@ -71,2 +76,14 @@ silly: 'rainbow',

console.log(data.filename.input);
g.search('site:totorojs.org/wiki '+ data.message, function(error, response, results){
if(results.length){
console.log('suggests:'.info);
results.forEach(function(res,index){
if(res.visibleUrl === 'errors.totorojs.org'){
console.log(index.toString().verbose +'. '+ res.title.verbose);
console.log(res.url.verbose);
}
});
}
})
}

@@ -83,3 +100,3 @@ }

}catch(e){
//args.push(d.toString());
args.push("非法对象");
}

@@ -109,1 +126,4 @@ });

});

5

package.json
{
"name": "remoty",
"version": "0.0.2",
"version": "0.0.3",
"description": "remote console",

@@ -22,3 +22,4 @@ "main": "index.js",

"moment":"~2.6.0",
"commander":"~2.2.0"
"commander":"~2.2.0",
"googler":"~1.0.0"
},

@@ -25,0 +26,0 @@ "author": "alexyan",

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