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

dotenv-filter-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotenv-filter-cli - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -26,3 +26,3 @@ #!/usr/bin/env node

if (!envKeys.length) {
// process.exit(1);
process.exit(1);
}

@@ -29,0 +29,0 @@

{
"name": "dotenv-filter-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Reverse of dotenv; filter env variables and output them in the dotenv format",

@@ -23,3 +23,4 @@ "author": "Kees Kluskens <kees@webduck.nl>",

"scripts": {
"test": "ava"
"test": "ava",
"preversion": "npm t"
},

@@ -26,0 +27,0 @@ "dependencies": {

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