You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

d20-orm

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d20-orm - pypi Package Compare versions

Comparing version
2.0.2a95
to
2.0.2a96
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: d20-orm
Version: 2.0.2a95
Version: 2.0.2a96
Summary: A small ORM for multimodel DBs

@@ -5,0 +5,0 @@ Home-page: https://github.com/d20services/arangodb_python_orm

@@ -8,3 +8,3 @@ import setuptools

name="d20-orm",
version="2.0.2a95",
version="2.0.2a96",
author="Alex Sánchez Vega",

@@ -11,0 +11,0 @@ author_email="alex@d20.services",

Metadata-Version: 2.1
Name: d20-orm
Version: 2.0.2a95
Version: 2.0.2a96
Summary: A small ORM for multimodel DBs

@@ -5,0 +5,0 @@ Home-page: https://github.com/d20services/arangodb_python_orm

@@ -216,3 +216,3 @@ # File: ArangoDB Datafield based Metadata

def make(self):
self.attributes = ['_key', 'action', 'resource', 'user', 'api_user', 'datetime', 'token', 'api_token', 'source', 'user_agent', 'user_location', 'user_ip', 'host_ip', 'status', 'response_dt', 'response_hash', 'response_etag']
self.attributes = ['_key', 'action', 'resource', 'user', 'api_user', 'datetime', 'token', 'api_token', 'source', 'user_agent', 'user_location', 'user_ip', 'host_ip', 'status', 'response_dt', 'response_hash', 'response_etag', 'request_id']
for key in self.attributes:

@@ -219,0 +219,0 @@ setattr(self, key, None)