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.2.8 to 1.2.9

2

dist/cli.js

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

const path = `./${file}`;
const clean = () => fs_1.default.unlinkSync(path);
const clean = () => fs_1.default.existsSync(path) && fs_1.default.unlinkSync(path);
process.on('exit', clean);

@@ -60,0 +60,0 @@ process.on('SIGINT', clean);

{
"name": "secure-env-ts",
"version": "1.2.8",
"version": "1.2.9",
"description": "Use ENVs securely with encryption",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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