🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@types/dotenv-parse-variables

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dotenv-parse-variables - npm Package Compare versions

Comparing version
0.2.0
to
2.0.0
+14
-2
dotenv-parse-variables/index.d.ts

@@ -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 @@

+1
-1
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).