Socket
Socket
Sign inDemoInstall

amass

Package Overview
Dependencies
140
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

3

bin/amass.js

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

var getopt = require('posix-getopt');
var latest = require('latest');

@@ -50,3 +49,3 @@ var package = require('../package.json');

case 'u': // check for updates
latest.checkupdate(package, function(ret, msg) {
require('latest').checkupdate(package, function(ret, msg) {
console.log(msg);

@@ -53,0 +52,0 @@ process.exit(ret);

@@ -5,3 +5,3 @@ {

"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",
"version": "0.0.1",
"version": "0.0.2",
"bin": {

@@ -8,0 +8,0 @@ "amass": "./bin/amass.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc