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

deep-kernel

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-kernel - npm Package Compare versions

Comparing version 1.12.2 to 1.12.3

6

lib.compiled/Kernel.js

@@ -358,3 +358,7 @@ /**

return this._findParam(this._config[msIdentifier].parameters, paramPath, defaultValue);
if (!this._config.microservices.hasOwnProperty(msIdentifier)) {
throw new Error(`Unknown microservice identifier "${msIdentifier}".`);
}
return this._findParam(this._config.microservices[msIdentifier].parameters, paramPath, defaultValue);
}

@@ -361,0 +365,0 @@

2

package.json
{
"name": "deep-kernel",
"version": "1.12.2",
"version": "1.12.3",
"description": "DEEP Kernel Library",

@@ -5,0 +5,0 @@ "keywords": [

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