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

item-matching

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

item-matching - npm Package Compare versions

Comparing version
0.0.100
to
0.0.101
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: item_matching
Version: 0.0.100
Version: 0.0.101
Summary: A name matching package

@@ -5,0 +5,0 @@ Project-URL: Homepage, https://github.com/kevinkhang2909/item_matching

@@ -7,3 +7,3 @@ [build-system]

name = "item_matching"
version = "0.0.100"
version = "0.0.101"
authors = [

@@ -10,0 +10,0 @@ { name="Kevin Khang", email="kevinkhang2909@gmail.com" },

@@ -61,2 +61,3 @@ from pathlib import Path

def _remove_cache(self):
print(f"[Clean Cache]")
folder_list = ["index", "result", "db_array", "db_ds", "q_array", "q_ds", "array", "ds"]

@@ -123,3 +124,3 @@ for name in folder_list:

self._remove_cache()
self._remove_cache()

@@ -126,0 +127,0 @@ time_perf = perf_counter() - start