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.8
to
1.0.10
+1
nstruct.egg-info/pbr.json
{"is_release": false, "git_version": "8cfa96c"}
+1
-1
Metadata-Version: 1.0
Name: nstruct
Version: 1.0.8
Version: 1.0.10
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,2 +8,3 @@ 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.8
Version: 1.0.10
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

@@ -0,0 +0,0 @@ [egg_info]

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

VERSION = '1.0.8'
VERSION = '1.0.10'

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

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