@types/dotenv-parse-variables
Advanced tools
@@ -1,6 +0,5 @@ | ||
| // Type definitions for dotenv-parse-variables 0.2 | ||
| // Type definitions for dotenv-parse-variables 2.0 | ||
| // Project: https://github.com/niftylettuce/dotenv-parse-variables | ||
| // Definitions by: Gary King <https://github.com/garyking> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| // Minimum TypeScript Version: 3.0 | ||
@@ -11,4 +10,17 @@ declare namespace dotenvParseVariables { | ||
| interface Options { | ||
| /** | ||
| * whether or not to assign the parsed values to `process.env` | ||
| * @default true | ||
| */ | ||
| assignToProcessEnv?: boolean; | ||
| /** | ||
| * whether or not to override existing values in `process.env` | ||
| * @default false | ||
| */ | ||
| overrideProcessEnv?: boolean; | ||
| /** | ||
| * whether or not to ignore functions in the parsed values returned | ||
| * @default true | ||
| */ | ||
| ignoreFunctions?: boolean; | ||
| } | ||
@@ -15,0 +27,0 @@ |
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Copyright (c) Microsoft Corporation. | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| { | ||
| "name": "@types/dotenv-parse-variables", | ||
| "version": "0.2.0", | ||
| "version": "2.0.0", | ||
| "description": "TypeScript definitions for dotenv-parse-variables", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "a91fd800a84b1f5ec8059379f64b4cfcab7c5775e76c812ef176310dbbdec050", | ||
| "typeScriptVersion": "3.0" | ||
| "typesPublisherContentHash": "9285d892910fc81c19e65e5be622fe2b3df1cf3cf1d84d83a0f4673e9dfa4c04", | ||
| "typeScriptVersion": "3.5" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Thu, 16 Jan 2020 22:02:39 GMT | ||
| * Last updated: Mon, 26 Apr 2021 21:01:22 GMT | ||
| * Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
| # Credits | ||
| These definitions were written by Gary King (https://github.com/garyking). | ||
| These definitions were written by [Gary King](https://github.com/garyking). |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3513
10.19%30
66.67%1
-50%2
Infinity%