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

argus

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argus - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -1,2 +0,2 @@

require('coffee-script');
require('coffee-script/register');
module.exports = require('./lib/main');
{
"name":"argus",
"description":"Complex CLI argument parser",
"version":"0.0.2",
"homepage":"http://github.com/wearefractal/argus",
"repository":"git://github.com/wearefractal/argus.git",
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main":"./index.js",
"dependencies":{
"coffee-script":"*",
"pegjs":"*"
},
"devDependencies":{
"mocha":"*",
"should":"*"
},
"scripts":{
"test":"mocha --compilers coffee:coffee-script"
},
"engines":{
"node":">= 0.4.0"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/wearefractal/argus/raw/master/LICENSE"
}
]
"name": "argus",
"description": "Complex CLI argument parser",
"version": "0.0.3",
"homepage": "http://github.com/wearefractal/argus",
"repository": "git://github.com/wearefractal/argus.git",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"dependencies": {
"coffee-script": "^1.8.0",
"pegjs": "^0.7.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.6.1"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/argus/raw/master/LICENSE"
}
]
}

@@ -67,1 +67,5 @@ ![status](https://secure.travis-ci.org/wearefractal/argus.png?branch=master)

WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/wearefractal/argus/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
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