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

secure-env-ts

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secure-env-ts - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

4

dist/cli.js

@@ -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",

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