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

config-decorators

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-decorators - npm Package Versions

0.2.0

Diff

Changelog

Source

2018-12-05 v0.2.0 Boolean parsing fix

Boolean values will be parsed as boolean values so SOME_ENV=false will be false. SOME_ENV=0 or SOME_ENV= also remains false. Everything else will be parsed as true.

Dev deps are updated.

i.gabesz
published 0.1.4 •

Changelog

Source

2017-04-05 v0.1.4 ES5 build

Plus extending the tests to cover more scenarios.

i.gabesz
published 0.1.3 •

Changelog

Source

2017-03-30 v0.1.1-0.1.3 Build and usage fixes

i.gabesz
published 0.1.2 •

i.gabesz
published 0.1.1 •

Changelog

Source

2017-03-30 v0.1.1-0.1.3 Build and usage fixes

i.gabesz
published 0.1.0 •

Changelog

Source

2017-01-17 v0.1.0 CLI support

New Features:

  • @ENV can have "number" or "boolean" as 2nd parameter besides transform functions.
  • @CLI can parse command line parameters using minimist. It has the same syntax as @ENV.

Notes:

  • @CLI and @ENV uses the same transform and require params.
i.gabesz
published 0.0.4 •

Changelog

Source

2017-01-17 v0.0.4 Error message smallfix

i.gabesz
published 0.0.3 •

Changelog

Source

2017-01-16 v0.0.3 Deploy smallfix

i.gabesz
published 0.0.2 •

Changelog

Source

2017-01-16 v0.0.2 Required ENV variables

New Features:

  • @ENV can have a required parameter after or instead of the transform function.

Breaking Changes:

  • Failed transformations will throw an error.

Notes:

  • Small test fix
  • Using chai instead of assert in tests
i.gabesz
published 0.0.1 •

Changelog

Source

v0.0.1 Initial Version

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