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

nstruct

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nstruct - pypi Package Compare versions

Comparing version
1.0.10
to
1.1.0
+1
-1
namedstruct/__init__.py
from __future__ import absolute_import
from namedstruct.namedstruct import dump, DUMPTYPE_FLAT, DUMPTYPE_KEY, DUMPTYPE_NONE, packexpr, packsize, packrealsize,\
packvalue, sizefromlen, nstruct, prim, raw, char, enum, varchr, cstr, optional, bitfield, darray, typedef,\
NamedStruct
NamedStruct, nvariant
from namedstruct.stdprim import *
Metadata-Version: 1.0
Name: nstruct
Version: 1.0.10
Version: 1.1.0
Summary: Define complicate C/C++ structs in Python to parse/pack them from/to raw bytes

@@ -5,0 +5,0 @@ Home-page: http://github.com/hubo1016/namedstruct

@@ -8,3 +8,2 @@ setup.py

nstruct.egg-info/dependency_links.txt
nstruct.egg-info/pbr.json
nstruct.egg-info/top_level.txt
Metadata-Version: 1.0
Name: nstruct
Version: 1.0.10
Version: 1.1.0
Summary: Define complicate C/C++ structs in Python to parse/pack them from/to raw bytes

@@ -5,0 +5,0 @@ Home-page: http://github.com/hubo1016/namedstruct

@@ -14,3 +14,3 @@ #!/usr/bin/env python

VERSION = '1.0.10'
VERSION = '1.1.0'

@@ -17,0 +17,0 @@ setup(name='nstruct',

{"is_release": false, "git_version": "8cfa96c"}

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