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

@tsmx/secure-config-tool

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsmx/secure-config-tool - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

package.json
{
"name": "@tsmx/secure-config-tool",
"version": "1.1.0",
"version": "1.1.1",
"description": "Tool for generating encrypted secure-config entries.",

@@ -8,5 +8,10 @@ "main": "secure-config-tool.js",

"license": "MIT",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage"
"test-coverage": "jest --coverage",
"coveralls": "jest --coverage && coveralls < coverage/lcov.info"
},

@@ -40,4 +45,5 @@ "repository": {

"devDependencies": {
"coveralls": "^3.1.0",
"jest": "^26.2.2"
}
}

4

README.md
# [**secure-config-tool**](https://github.com/tsmx/secure-config-tool)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![npm (scoped)](https://img.shields.io/npm/v/@tsmx/secure-config-tool)
![node-current (scoped)](https://img.shields.io/node/v/@tsmx/secure-config-tool)
[![Build Status](https://travis-ci.org/tsmx/secure-config-tool.svg?branch=master)](https://travis-ci.org/tsmx/secure-config-tool)
[![Coverage Status](https://coveralls.io/repos/github/tsmx/secure-config-tool/badge.svg?branch=master)](https://coveralls.io/github/tsmx/secure-config-tool?branch=master)

@@ -5,0 +9,0 @@ Supporting command-line tool for [secure-config](https://www.npmjs.com/package/@tsmx/secure-config).

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