secure-env-ts
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -87,3 +87,5 @@ #! /usr/bin/env node | ||
const newEnvVars = fs_1.default.readFileSync(path); | ||
const envVarsDiff = diff.diffLines(decrypted, newEnvVars.toString()); | ||
const envVarsDiff = diff.diffLines(decrypted, newEnvVars.toString(), { | ||
newlineIsToken: true, | ||
}); | ||
const removed = envVarsDiff | ||
@@ -90,0 +92,0 @@ .filter((line) => line.removed) |
{ | ||
"name": "secure-env-ts", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Use ENVs securely with encryption", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31053
454