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

cfxdb

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfxdb - npm Package Compare versions

Comparing version
22.2.1
to
22.2.2
+23
-4
cfxdb.egg-info/PKG-INFO
Metadata-Version: 1.2
Name: cfxdb
Version: 22.2.1
Version: 22.2.2
Summary: Crossbar.io database schemata, based on zLMDB
Home-page: https://crossbario.com
Author: Crossbar.io Technologies GmbH
Author-email: support@crossbario.com
License: proprietary
License: MIT License
Description: Crossbar.io FX Database

@@ -47,3 +46,23 @@ =======================

Platform: Any
Classifier: License :: Other/Proprietary License
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering
Requires-Python: >=3.7
+0
-1

@@ -1,2 +0,1 @@

LEGAL
LICENSE

@@ -3,0 +2,0 @@ README.rst

@@ -1,7 +0,26 @@

##############################################################################
###############################################################################
#
# Crossbar.io FX
# Copyright (C) Crossbar.io Technologies GmbH. All rights reserved.
# The MIT License (MIT)
#
##############################################################################
# Copyright (c) Crossbar.io Technologies GmbH
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
###############################################################################

@@ -8,0 +27,0 @@ import txaio

@@ -8,2 +8,2 @@ ##############################################################################

__version__ = '22.2.1'
__version__ = '22.2.2'
+17
-22

@@ -1,26 +0,21 @@

LICENSE TERMS for CrossbarFX
============================
The MIT License (MIT)
CrossbarFX – Copyright Crossbar.io Technologies GmbH – all rights reserved.
Copyright (c) Crossbar.io Technologies GmbH
Unless you have received this software under a more specific license from Crossbar.io Technologies GmbH or
one of its subsidiaries – e.g. under a license as part of a commercial support package – the following
license terms apply:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
This software is supplied exclusively for testing and evaluation purposes. It is under development and
no warranties or assurances are made regarding its functionality or fitness for any specific purpose.
Use at your own risk!
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
Crossbar.io Technologies GmbH grants you an unpaid, time-limited, non-exclusive, non-transferable license
to use this software for testing and evaluation of its present functionality. This licensed use does not
include use in production systems.
Any use of XBR related functionality, such as but not limited to the XBR Market Maker part of CrossbarFX,
requires the use of the "XBR Token" (if and when it will launch on the Ethereum mainnet) as the sole
means of payment in XBR data markets run from CrossbarFX.
Crossbar.io Technologies GmbH, or one of its subsidiaries, will from time to time release newer versions of
this software. The license granted you for the use of this software expires two weeks after such a release
of a newer version.
2019/05/14
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Metadata-Version: 1.2
Name: cfxdb
Version: 22.2.1
Version: 22.2.2
Summary: Crossbar.io database schemata, based on zLMDB
Home-page: https://crossbario.com
Author: Crossbar.io Technologies GmbH
Author-email: support@crossbario.com
License: proprietary
License: MIT License
Description: Crossbar.io FX Database

@@ -47,3 +46,23 @@ =======================

Platform: Any
Classifier: License :: Other/Proprietary License
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering
Requires-Python: >=3.7
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[egg_info]

@@ -5,0 +8,0 @@ tag_build =

@@ -1,7 +0,26 @@

##############################################################################
###############################################################################
#
# Crossbar.io FX
# Copyright (C) Crossbar.io Technologies GmbH. All rights reserved.
# The MIT License (MIT)
#
##############################################################################
# Copyright (c) Crossbar.io Technologies GmbH
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
###############################################################################

@@ -25,7 +44,26 @@ from setuptools import setup, find_packages

long_description=docstr,
license='MIT License',
author='Crossbar.io Technologies GmbH',
author_email='support@crossbario.com',
url='https://crossbario.com',
license='proprietary',
classifiers=['License :: Other/Proprietary License'],
classifiers=["License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
"Environment :: No Input/Output (Daemon)",
"Framework :: Twisted",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Communications",
"Topic :: System :: Distributed Computing",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Object Brokering"],
platforms=('Any'),

@@ -38,4 +76,4 @@ python_requires='>=3.7',

include_package_data=True,
data_files=[('.', ['LICENSE', 'LEGAL', 'README.rst'])],
data_files=[('.', ['LICENSE', 'README.rst'])],
zip_safe=True
)

Sorry, the diff of this file is not supported yet