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

empack

Package Overview
Dependencies
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

empack - npm Package Compare versions

Comparing version
5.0.7
to
5.0.8
+16
-2
CHANGELOG.md

@@ -5,2 +5,18 @@ # Changelog

## 5.0.8
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v5.0.7...5862c9816e6fd55885ff6b7e81972e906df25638))
### Bugs fixed
- include dist info files for pip [#117](https://github.com/emscripten-forge/empack/pull/117) ([@DerThorsten](https://github.com/DerThorsten))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2025-03-31&to=2025-04-02&type=c))
[@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2025-03-31..2025-04-02&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 5.0.7

@@ -20,4 +36,2 @@

<!-- <END NEW CHANGELOG ENTRY> -->
## 5.0.6

@@ -24,0 +38,0 @@

+1
-6

@@ -42,8 +42,3 @@ import csv

all_files = [_file[0] for _file in files]
all_files_paths = [
relative_site_packages / _file
for _file in all_files
# Excluding .dist-info files
if ".dist-info" not in _file
]
all_files_paths = [relative_site_packages / _file for _file in all_files]

@@ -50,0 +45,0 @@ yield dict(

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

__version__ = "5.0.7"
__version__ = "5.0.8"
Metadata-Version: 2.4
Name: empack
Version: 5.0.7
Version: 5.0.8
Summary: empack emscripten+boa

@@ -5,0 +5,0 @@ Project-URL: Homepage, https://github.com/emscripten-forge/empack