Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dotenv-mono

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotenv-mono - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

dist/index.d.ts

@@ -199,7 +199,7 @@ /// <reference types="node" />

*/
export declare function dotenvLoad(props: DotenvConfig): Dotenv;
export declare function dotenvLoad(props?: DotenvConfig): Dotenv;
/**
* @see dotenvLoad
*/
export declare const load: (props: DotenvConfig) => Dotenv;
export declare const load: (props?: DotenvConfig) => Dotenv;
/**

@@ -210,8 +210,8 @@ * Load dotenv on process and return the dotenv output

*/
export declare function dotenvConfig(props: DotenvConfig): DotenvConfigOutput;
export declare function dotenvConfig(props?: DotenvConfig): DotenvConfigOutput;
/**
* @see dotenvConfig
*/
export declare const config: (props: DotenvConfig) => DotenvConfigOutput;
export declare const config: (props?: DotenvConfig) => DotenvConfigOutput;
export default Dotenv;
//# sourceMappingURL=index.d.ts.map
{
"name": "dotenv-mono",
"version": "1.1.3",
"version": "1.1.4",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc