New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

python-struct

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-struct - npm Package Compare versions

Comparing version

to
1.0.8

0

example.js

@@ -0,0 +0,0 @@ 'use strict';

2

index.js

@@ -449,3 +449,3 @@ const Long = require('long');

unpack: function (format, data, checkBounds) {
this.unpackFrom(format, data, checkBounds, 0)
return this.unpackFrom(format, data, checkBounds, 0)
},

@@ -452,0 +452,0 @@

{
"name": "python-struct",
"version": "1.0.7",
"version": "1.0.8",
"description": "Packs/Unpacks/Measures structs according to Python's `struct` format",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -0,0 +0,0 @@ # python-struct

Sorry, the diff of this file is not supported yet