New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

python-auditor

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-auditor - pypi Package Compare versions

Comparing version
0.9.0
to
0.9.1
+1
-1
Cargo.toml
[package]
name = "python-auditor"
version = "0.9.0"
version = "0.9.1"
edition = "2024"

@@ -5,0 +5,0 @@ authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]

[package]
name = "auditor-client"
version = "0.9.0"
version = "0.9.1"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]

@@ -5,0 +5,0 @@ edition = "2024"

[package]
name = "auditor"
version = "0.9.0"
version = "0.9.1"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]

@@ -5,0 +5,0 @@ edition = "2024"

#!/usr/bin/env python3
import json
import unittest
from datetime import datetime

@@ -57,3 +55,2 @@ import requests

records_json = response.json()
records = sorted(response.json(), key=lambda x: x.get("record_id"))

@@ -60,0 +57,0 @@

#!/usr/bin/env python3
import json
import unittest
from datetime import datetime

@@ -57,3 +55,2 @@ import requests

records_json = response.json()
records = sorted(response.json(), key=lambda x: x.get("record_id"))

@@ -60,0 +57,0 @@

Metadata-Version: 2.1
Name: python-auditor
Version: 0.9.0
Version: 0.9.1
Classifier: Programming Language :: Rust

@@ -5,0 +5,0 @@ Classifier: Programming Language :: Python :: Implementation :: CPython

Sorry, the diff of this file is too big to display