New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@alwaysai/config-nodejs

Package Overview
Dependencies
Maintainers
12
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysai/config-nodejs

A Node.js library for alwaysAI configuration

latest
Source
npmnpm
Version
0.3.3
Version published
Maintainers
12
Created
Source

@alwaysai/config-nodejs npm version Build Status

A module for reading and writing JSON configuration files. This package includes runtime JavaScript files suitable for Node.js >=8 as well as the corresponding TypeScript type declarations.

Usage

See src/config-file.test.ts for examples of how to use this module's main export ConfigFile.

More information

If you encounter any bugs or have any questions or feature requests, please don't hesitate to file an issue or submit a pull request on this project's repository on GitHub.

Release procedure

To release the package to npmjs.org follow the steps:

  • publish new version: npm run publish:<major|minor|patch>
  • check the github pipeline running, if successful a new version will be created and published to npmjs.org
  • to get the auto-generated commit and tags, simply pull: git pull

Pipeline is linting, unit testing and building package on:

  • Ubuntu latest / Node.js: 16.x, 18.x, 20.x, 22.x
  • MacOS latest / Node.js: 16.x, 18.x, 20.x, 22.x
  • Windows latest / Node.js: 16.x, 18.x, 20.x, 22.x - unit tests failing on Windows!

Keywords

alwaysai

FAQs

Package last updated on 06 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts