Socket
Socket
Sign inDemoInstall

env-verifier

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

3

dist/index.d.ts

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

}
declare class SecretKey {
export declare class SecretKey {
secret: string;

@@ -38,2 +38,1 @@ constructor(secret: string);

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

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

}
exports.SecretKey = SecretKey;
class Secret {

@@ -17,0 +18,0 @@ constructor(secret) {

{
"name": "env-verifier",
"version": "1.3.1",
"version": "1.3.2",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc