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

yasoo

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yasoo - npm Package Compare versions

Comparing version
0.12.2
to
0.12.3
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: yasoo
Version: 0.12.2
Version: 0.12.3
Summary: Yet another serializer of objects

@@ -5,0 +5,0 @@ Home-page: https://github.com/drorvinkler/yasoo

@@ -9,3 +9,3 @@ import setuptools

name="yasoo",
version="0.12.2",
version="0.12.3",
author="Dror A. Vinkler",

@@ -12,0 +12,0 @@ description="Yet another serializer of objects",

Metadata-Version: 2.1
Name: yasoo
Version: 0.12.2
Version: 0.12.3
Summary: Yet another serializer of objects

@@ -5,0 +5,0 @@ Home-page: https://github.com/drorvinkler/yasoo

@@ -150,3 +150,3 @@ from functools import lru_cache

def _resolve_type(globals, t):
return globals.get(t) if isinstance(t, str) else t
return globals.get(t, t) if isinstance(t, str) else t

@@ -153,0 +153,0 @@