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

json-e

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-e - npm Package Compare versions

Comparing version
4.8.1
to
4.8.2
+1
-1
json_e.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: json-e
Version: 4.8.1
Version: 4.8.2
Summary: A data-structure parameterization system written for embedding context in JSON objects

@@ -5,0 +5,0 @@ Home-page: https://json-e.js.org

@@ -97,3 +97,6 @@ from __future__ import absolute_import, print_function, unicode_literals

elif reference is None:
reference = datetime.datetime.utcnow()
try:
reference = datetime.datetime.now(tz=datetime.timezone.utc)
except AttributeError:
reference = datetime.datetime.utcnow()
return stringDate(reference + delta if future else reference - delta)

@@ -100,0 +103,0 @@

Metadata-Version: 2.4
Name: json-e
Version: 4.8.1
Version: 4.8.2
Summary: A data-structure parameterization system written for embedding context in JSON objects

@@ -5,0 +5,0 @@ Home-page: https://json-e.js.org

@@ -5,3 +5,3 @@ import json

version = "4.8.1"
version = "4.8.2"

@@ -8,0 +8,0 @@ description = "A data-structure parameterization system written for embedding context in JSON objects"