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

npmrc-replace-env

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmrc-replace-env - npm Package Compare versions

Comparing version

to
1.0.1

14

package.json
{
"name": "npmrc-replace-env",
"version": "1.0.0",
"version": "1.0.1",
"description": "A utility for generating .npmrc files based on configuration template and environment variables.",

@@ -33,6 +33,14 @@ "license": "MIT",

"bugs": "https://github.com/dennzimm/npmrc-replace-env/issues",
"keywords": [
"c": [
"npmrc",
"npmrc-generator",
"config-template",
"configuration",
"config",
"generator",
"config"
"environment-variables",
"env",
"devops",
"utility",
"cli"
],

@@ -39,0 +47,0 @@ "scripts": {

@@ -20,8 +20,12 @@ # npmrc-replace-env

Install the package using npm:
```bash
npm install npmrc-replace-env
yarn add npmrc-replace-env
pnpm add npmrc-replace-env
```
**Note**: While installing the package is an option, it's important to highlight that it is not required for using the utility. The utility can be directly invoked using npx without installing the package.
## Usage

@@ -35,3 +39,3 @@

This will generate a `.npmrc` file based on the configuration provided in a file named `.npmrc.config`.
This will generate a `.npmrc` file (or override any existing `.npmrc` files) based on the configuration provided in a file named `.npmrc.config`.

@@ -38,0 +42,0 @@ ## Configuration