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

@codemask-labs/node-config

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemask-labs/node-config - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/utils/to-value-by-type.js

@@ -7,3 +7,3 @@ "use strict";

case Boolean: {
return value === 'true' || Boolean(value);
return Boolean(value === 'true' || value === '1');
}

@@ -10,0 +10,0 @@ case Number: {

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "2.0.1",
"version": "2.0.2",
"description": "Node Config Module",

@@ -74,8 +74,8 @@ "main": "dist/index.js",

"@nestjs/cli": "10.4.9",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.1",
"@nestjs/platform-express": "10.4.15",
"@nestjs/typeorm": "10.0.2",
"@nestjs/typeorm": "11.0.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/node": "22.10.10",
"@types/pg": "8.11.10",

@@ -82,0 +82,0 @@ "@types/ramda": "0.30.2",

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