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.6
to
5.0.7
+16
-2
CHANGELOG.md

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

## 5.0.7
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v5.0.6...7bc0706151abea9aac86216488d7f482c7c958e5))
### Bugs fixed
- Fix default handling [#116](https://github.com/emscripten-forge/empack/pull/116) ([@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-18&to=2025-03-31&type=c))
[@DerThorsten](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3ADerThorsten+updated%3A2025-03-18..2025-03-31&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 5.0.6

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

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

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

+2
-5

@@ -48,9 +48,6 @@ import fnmatch

default_exclude_patterns = []
if default is not None and "exclude_patterns" in default:
default_exclude_patterns = default["exclude_patterns"]
for k, v in packages.items():
if isinstance(v, dict):
exclude_patterns = default_exclude_patterns
# start from empty list
exclude_patterns = []
if "exclude_patterns" in v:

@@ -57,0 +54,0 @@ exclude_patterns = exclude_patterns + v["exclude_patterns"]

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

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

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