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

configchecker

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configchecker - npm Package Compare versions

Comparing version 0.5.0 to 1.0.2

8

package.json
{
"name": "configchecker",
"version": "0.5.0",
"version": "1.0.2",
"description": "Awesome checker of config - fully support typescript, fluent API,...",

@@ -16,6 +16,6 @@ "main": "lib/index.js",

"lint": "tslint -p tsconfig.json",
"prepublish": "npm test && npm run lint && npm run build",
"prepublish": "npm test && npm run lint && npm run build && npm run documentation && git push",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"documentation": "typedoc --excludePrivate --hideGenerator --mode file --theme minimal --out docs --name \"Config checker\" ./src"
"postversion": "git push && git push --tags && npm publish",
"documentation": "git diff --exit-code && typedoc --excludePrivate --hideGenerator --mode file --theme minimal --out docs --name \"Config checker\" ./src && git commit -am \"Documentation\""
},

@@ -22,0 +22,0 @@ "repository": {

# Config Checker
A very simple and effective way to check config, before it's used in runtime with nice fluent API.
A very simple and effective way to check config, before it's used in runtime with nice fluent API. Here is the full **[documentation](https://hejny.github.io/configchecker/)**.

@@ -21,3 +21,3 @@ # Install

This will be OK until your server tryis to send some email. Maybe it drop whole server or just dont do nothing and you will be figuring out why the hell server is working but it dont send any emails.
This will be OK until your server tries to send some email. Maybe it drops the whole server or just don't do nothing and you will be figuring out why the hell server is working but it doesn't send any emails.

@@ -76,3 +76,3 @@ I have this problem many many times.

This sample is working same as sample 1 but unfortunatelly it is not using full TypeScript potencial.
This sample is working same like sample 1 but unfortunately it is not using full TypeScript potential.

@@ -92,3 +92,3 @@ ```typescript

I am opened to your pull requests, feedback, suggestions and donations :) . Contact to me are on my [personal page](https://www.pavolhejny.com)
I am opened to your pull requests, feedback, suggestions and donations :) . Contact to me is on my [personal page](https://www.pavolhejny.com)

@@ -95,0 +95,0 @@

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