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

process-env-checker

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

process-env-checker - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "process-env-checker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Check if all requested environment variables are present.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"process-env-checker": "dist/index.js"
},
"homepage": "https://github.com/homoky/process-env-checker",

@@ -8,0 +11,0 @@ "repository": {

1

src/index.ts

@@ -30,5 +30,4 @@ import * as fs from 'fs';

}
});
program.parse(process.argv);
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