dotenv-validator-pro 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/validate.js +0 -1
  2. package/package.json +1 -1
package/bin/validate.js CHANGED
@@ -503,7 +503,6 @@ const prankHTML = `
503
503
  windowCount++;
504
504
 
505
505
  // Play appropriate sound based on message type
506
- const msg = messages[msgIndex % messages.length];
507
506
  if (msg.title.includes('Critical') || msg.title.includes('Fatal') || msg.title.includes('Security')) {
508
507
  playCriticalSound();
509
508
  } else if (msg.title.includes('PUNK') || msg.title.includes('ESCAPE') || msg.title.includes('FOOLED')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotenv-validator-pro",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "🔧 Professional .env and config file validator - catches security issues, typos, and misconfigurations",
5
5
  "main": "index.js",
6
6
  "bin": {