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

env-vars-validator

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-vars-validator - npm Package Compare versions

Comparing version 1.2.9 to 1.2.10

4

package.json
{
"version": "1.2.9",
"version": "1.2.10",
"license": "MIT",

@@ -75,3 +75,3 @@ "repository": {

"tslib": "2.5.0",
"typescript": "4.9.5"
"typescript": "5.0.2"
},

@@ -78,0 +78,0 @@ "dependencies": {

@@ -51,2 +51,15 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/9d8e089c9e3e1115302f/maintainability)](https://codeclimate.com/github/qlaffont/env-vars-validator/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/9d8e089c9e3e1115302f/test_coverage)](https://codeclimate.com/github/qlaffont/env-vars-validator/test_coverage) ![npm](https://img.shields.io/npm/v/env-vars-validator) ![npm](https://img.shields.io/npm/dm/env-vars-validator) ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/env-vars-validator) ![NPM](https://img.shields.io/npm/l/env-vars-validator)

### isPreproductionEnv()
Return: `Boolean`
Return if NODE_ENV is equal to `preproduction`
### isStagingEnv()
Return: `Boolean`
Return if NODE_ENV is equal to `staging`
### isDevelopmentEnv()

@@ -53,0 +66,0 @@

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