New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eson

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eson - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

lib/plugins/args.js

6

History.md
0.2.0 / 2012-06-28
==================
* add args() plugin
* add enable disable to bools()
0.1.0 / 2012-06-28

@@ -3,0 +9,0 @@ ==================

7

lib/eson.js

@@ -15,8 +15,2 @@

/**
* Library version.
*/
exports.version = '0.0.1';
/**
* Expose plugins.

@@ -27,2 +21,3 @@ */

exports.env = require('./plugins/env');
exports.args = require('./plugins/args');
exports.glob = require('./plugins/glob');

@@ -29,0 +24,0 @@ exports.bools = require('./plugins/bools');

{
"name": "eson"
, "version": "0.1.0"
, "version": "0.2.0"
, "description": "Extended JSON - pluggable JSON logic for dates, includes, and more"

@@ -5,0 +5,0 @@ , "keywords": ["json", "config"]

@@ -142,2 +142,11 @@

### eson.args([args])
Parse from the given `args` or __ARGV__. For example if you have a setting
named "dev ui" with a default value of `false`, `--dev-ui` would enable it,
or `--dev-ui yes` would provide the value "yes" which is of course also truthy.
To compliment `--NAME` you may also negate this, if "dev ui" is enabled by default
then you may use `--no-dev-ui` to disable it.
### eson.glob

@@ -144,0 +153,0 @@

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