🚨 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
2.0.1
to
2.0.2
+0
-5
dotenv-parse-variables/index.d.ts

@@ -1,6 +0,1 @@

// 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
declare namespace dotenvParseVariables {

@@ -7,0 +2,0 @@ type Parsed = Record<string, string>;

+5
-5
{
"name": "@types/dotenv-parse-variables",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for dotenv-parse-variables",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dotenv-parse-variables",

"name": "Gary King",
"url": "https://github.com/garyking",
"githubUsername": "garyking"
"githubUsername": "garyking",
"url": "https://github.com/garyking"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "2cf2474af16e514a6b418577a965a05834191c25a5df8d82d63181dc910354ec",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "1a8144611bbcb3124e34e1e0ae922db2c7e14ade58cf5f40ded1fe949b4ef471",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// 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
declare namespace dotenvParseVariables {

@@ -51,7 +46,6 @@ type Parsed = Record<string, string>;

### Additional Details
* Last updated: Thu, 08 Jul 2021 09:08:52 GMT
* Last updated: Wed, 18 Oct 2023 01:17:34 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Gary King](https://github.com/garyking).