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

acstore

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acstore - npm Package Compare versions

Comparing version
20230101
to
20230226
+1
-1
acstore.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: acstore
Version: 20230101
Version: 20230226
Summary: Attribute Container Storage (ACStore).

@@ -5,0 +5,0 @@ Home-page: https://github.com/log2timeline/acstore

@@ -8,2 +8,2 @@ # -*- coding: utf-8 -*-

__version__ = '20230101'
__version__ = '20230226'

@@ -189,3 +189,4 @@ # -*- coding: utf-8 -*-

f'Format version: {format_version:d} is too old and can no longer '
f'be written.'))
f'be written, minimum supported version: '
f'{self._APPEND_COMPATIBLE_FORMAT_VERSION:d}.'))

@@ -195,3 +196,4 @@ if format_version < self._READ_COMPATIBLE_FORMAT_VERSION:

f'Format version: {format_version:d} is too old and can no longer '
f'be read.'))
f'be read, minimum supported version: '
f'{self._READ_COMPATIBLE_FORMAT_VERSION:d}.'))

@@ -201,3 +203,4 @@ if format_version > self._FORMAT_VERSION:

f'Format version: {format_version:d} is too new and not yet '
f'supported.'))
f'supported, minimum supported version: '
f'{self._FORMAT_VERSION:d}.'))

@@ -204,0 +207,0 @@ metadata_values['format_version'] = format_version

Metadata-Version: 2.1
Name: acstore
Version: 20230101
Version: 20230226
Summary: Attribute Container Storage (ACStore).

@@ -5,0 +5,0 @@ Home-page: https://github.com/log2timeline/acstore

Sorry, the diff of this file is not supported yet