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.8
to
5.0.9
+16
-2
CHANGELOG.md

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

## 5.0.9
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v5.0.8...66b7db9a9d4db52286b05d116d1e4c751fed1845))
### Bugs fixed
- convert to str [#118](https://github.com/emscripten-forge/empack/pull/118) ([@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-04-02&to=2025-04-02&type=c))
[@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2025-04-02..2025-04-02&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 5.0.8

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

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

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

+1
-1

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

all_files = [_file[0] for _file in files]
all_files_paths = [relative_site_packages / _file for _file in all_files]
all_files_paths = [str(relative_site_packages / _file) for _file in all_files]

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

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

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

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