Socket
Socket
Sign inDemoInstall

env-verifier

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-verifier - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

dist/index.d.ts

@@ -11,3 +11,3 @@ export declare type MappedConfig<T> = {

};
declare class InsertValue<T> {
export declare class InsertValue<T> {
value: T;

@@ -14,0 +14,0 @@ constructor(value: T);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.secret = exports.insert = exports.strictVerify = exports.verify = exports.Secret = void 0;
exports.secret = exports.insert = exports.strictVerify = exports.verify = exports.Secret = exports.InsertValue = void 0;
class InsertValue {

@@ -9,2 +9,3 @@ constructor(value) {

}
exports.InsertValue = InsertValue;
class SecretKey {

@@ -11,0 +12,0 @@ constructor(secret) {

{
"name": "env-verifier",
"version": "1.3.0",
"version": "1.3.1",
"description": "\"Make sure you have all your env variables!\"",

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

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