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

@evosphere/legato

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evosphere/legato - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "@evosphere/legato",
"version": "0.0.10",
"version": "0.0.11",
"description": "Service management system",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -128,3 +128,4 @@ // @flow

if (!definitions.hasOwnProperty(ref))
// Careful not to reinitialize services that have been initialized
if (!definitions.hasOwnProperty(ref) || services.hasOwnProperty(ref))
continue;

@@ -131,0 +132,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