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

argue-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argue-cli - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

5

argue.js

@@ -33,8 +33,7 @@ "use strict";

exports.options = function(){
exports.options = function(names){
if(!args[0]) return {};
var names = Array.prototype.slice.call(arguments);
var arg, options = {};
for(var name in names) if(name.hasOwnProperty(name)) {
for(var name in names) if(names.hasOwnProperty(name)) {
options[names[name]] = false;

@@ -41,0 +40,0 @@ }

2

package.json

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

"homepage": "https://github.com/TrigenSoftware/Argue",
"version": "0.0.7",
"version": "0.0.8",
"engines": {

@@ -8,0 +8,0 @@ "node": ">=0.4.0"

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