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

cascading-service-config

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cascading-service-config - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

csc.js

@@ -10,3 +10,3 @@ var url = require('url');

config[key].__proto__ = services;
if (config[key].port == null) return;
if (config[key].port == null || config[key]._isNotService === true) return;
services[key] = url.format({

@@ -13,0 +13,0 @@ port: config[key].port,

{
"name": "cascading-service-config",
"version": "1.1.1",
"version": "1.1.2",
"description": "dry configuration for a multi-service system",

@@ -5,0 +5,0 @@ "main": "csc.js",

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