New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tsmx/secure-config

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsmx/secure-config - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "@tsmx/secure-config",
"version": "2.0.0",
"version": "2.0.1",
"description": "Easy and secure configuration management. JSON based, encrypted secrets, optional HMAC validation.",

@@ -5,0 +5,0 @@ "main": "secure-config.js",

@@ -6,3 +6,3 @@ # [**@tsmx/secure-config**](https://github.com/tsmx/secure-config)

![node-current (scoped)](https://img.shields.io/node/v/@tsmx/secure-config)
[![Build Status](https://img.shields.io/github/workflow/status/tsmx/secure-config/git-ci-build)](https://img.shields.io/github/workflow/status/tsmx/secure-config/git-ci-build)
[![Build Status](https://img.shields.io/github/actions/workflow/status/tsmx/secure-config/git-build.yml?branch=master)](https://img.shields.io/github/actions/workflow/status/tsmx/secure-config/git-build.yml?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/tsmx/secure-config/badge.svg?branch=master)](https://coveralls.io/github/tsmx/secure-config?branch=master)

@@ -9,0 +9,0 @@

@@ -14,3 +14,3 @@ const path = require('path');

if (options && options[optName]) {
return options[optName]
return options[optName];
}

@@ -76,2 +76,2 @@ else {

return conf;
}
};

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