Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

microgue

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microgue - npm Package Compare versions

Comparing version
4.0.1
to
4.0.2
+1
-1
microgue.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: microgue
Version: 4.0.1
Version: 4.0.2
Summary: This project contains bootstrap code to speed up the development of AWS based microservices

@@ -5,0 +5,0 @@ Author: Michael Hudelson

@@ -87,3 +87,3 @@ import requests

def request(self, *args, **kwargs):
return self.invoke(Service.Request(*args, **kwargs))
return self.invoke(self.Request(*args, **kwargs))

@@ -90,0 +90,0 @@ def invoke(self, request):

Metadata-Version: 2.1
Name: microgue
Version: 4.0.1
Version: 4.0.2
Summary: This project contains bootstrap code to speed up the development of AWS based microservices

@@ -5,0 +5,0 @@ Author: Michael Hudelson

@@ -8,3 +8,3 @@ from setuptools import setup

name="microgue",
version="4.0.1",
version="4.0.2",
author="Michael Hudelson",

@@ -11,0 +11,0 @@ author_email="michaelhudelson@gmail.com",