New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

env-schema

Package Overview
Dependencies
Maintainers
16
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-schema - npm Package Compare versions

Comparing version 3.5.2 to 4.0.0

2

index.js

@@ -81,3 +81,3 @@ 'use strict'

if (opts.expandEnv) {
require('dotenv-expand')({ parsed: process.env })
require('dotenv-expand').expand({ parsed: process.env })
}

@@ -84,0 +84,0 @@ data.unshift(process.env)

{
"name": "env-schema",
"version": "3.5.2",
"version": "4.0.0",
"description": "Validate your env variable using Ajv and dotenv",

@@ -36,3 +36,3 @@ "main": "index.js",

"standard": "^16.0.0",
"tap": "^15.0.2",
"tap": "^16.0.0",
"tsd": "^0.19.0"

@@ -42,4 +42,4 @@ },

"ajv": "^8.0.0",
"dotenv": "^11.0.0",
"dotenv-expand": "^5.1.0"
"dotenv": "^16.0.0",
"dotenv-expand": "^8.0.3"
},

@@ -46,0 +46,0 @@ "tsd": {

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