Socket
Socket
Sign inDemoInstall

config-kit

Package Overview
Dependencies
21
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

2.1.0

Diff

cb1kenobi
published 2.0.0 •

Changelog

Source

v2.0.0 (Mar 8, 2022)

  • BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer.
  • BREAKING CHANGE: Immediately after creating a Config instance, you must call init(). For example, new Config({ }) becomes await new Config().init({ }).
  • BREAKING CHANGE: Config methods load(), pop(), push(), save(), set(), shift(), and unshift() methods are now async.
  • BREAKING CHANGE: LayerList methods add() and set() are now async.
  • BREAKING CHANGE: .js store no longer supports CommonJS modules; only ES modules are supported.
  • chore: Updated dependencies.
  • chore: Replaced Travis with GitHub action.
cb1kenobi
published 1.7.2 •

Changelog

Source

v1.7.2 (Dec 17, 2021)

  • chore: Switched from xmldom to @xmldom/xmldom.
  • chore: Updated dependencies.
cb1kenobi
published 1.7.1 •

Changelog

Source

v1.7.1 (Jun 8, 2021)

  • fix: Writing a file with a mode was applying the mode to the file and newly created directories.
  • fix: Default new directories to mode 777.
cb1kenobi
published 1.7.0 •

Changelog

Source

v1.7.0 (Jun 8, 2021)

  • feat: Added applyOwner flag with default of true which sets the owner of the metadata file to the owner of closest existing parent directory to protect against commands run as sudo.
  • chore: Updated dependencies.
cb1kenobi
published 1.6.2 •

Changelog

Source

v1.6.2 (Apr 21, 2021)

  • fix(set): set() should return Config instance, not undefined.
  • chore: Updated dependencies.
cb1kenobi
published 1.6.1 •

Changelog

Source

v1.6.1 (Mar 18, 2021)

  • chore: Updated dependencies.
cb1kenobi
published 1.6.0 •

Changelog

Source

v1.6.0 (Mar 3, 2021)

  • feat: Added .xml store without schemas support.
  • chore: Updated dependencies.
cb1kenobi
published 1.5.0 •

Changelog

Source

v1.5.0 (Feb 3, 2021)

  • feat: Added support for Node.onSet() callback.
  • chore: Updated dependencies.
cb1kenobi
published 1.4.3 •

Changelog

Source

v1.4.3 (Jan 5, 2021)

  • chore: Updated dependencies.
2Next
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