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.9
to
5.1.0
+20
-2
CHANGELOG.md

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

## 5.1.0
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v5.0.9...41726aaf1ad9c1f9d471e3eb50954ca2e4d7ead8))
### Enhancements made
- Add a channel to each package on empack_env_meta.json [#120](https://github.com/emscripten-forge/empack/pull/120) ([@AnastasiaSliusar](https://github.com/AnastasiaSliusar))
### Bugs fixed
- Pin click, excluding breaking changes [#121](https://github.com/emscripten-forge/empack/pull/121) ([@martinRenou](https://github.com/martinRenou))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2025-04-02&to=2025-05-13&type=c))
[@AnastasiaSliusar](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AAnastasiaSliusar+updated%3A2025-04-02..2025-05-13&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AmartinRenou+updated%3A2025-04-02..2025-05-13&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 5.0.9

@@ -20,4 +40,2 @@

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

@@ -24,0 +42,0 @@

+1
-1

@@ -71,3 +71,3 @@ import csv

def write_minimal_conda_meta(pkg_meta, env_prefix):
content = {k: pkg_meta[k] for k in ["name", "version", "build", "build_number"]}
content = {k: pkg_meta[k] for k in ["name", "version", "build", "build_number", "channel"]}
content["url"] = pkg_meta.get("url", None)

@@ -74,0 +74,0 @@ conda_meta_dir = Path(env_prefix) / "conda-meta"

@@ -291,2 +291,3 @@ from __future__ import annotations

filename=f"{base_fname}.tar.{compression_format}",
channel=pkg_meta["channel"],
)

@@ -293,0 +294,0 @@

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

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

@@ -37,2 +37,3 @@ Project-URL: Homepage, https://github.com/emscripten-forge/empack

Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click<8.2
Requires-Dist: networkx

@@ -39,0 +40,0 @@ Requires-Dist: platformdirs

@@ -32,2 +32,3 @@ [build-system]

"typer",
"click<8.2"
]

@@ -34,0 +35,0 @@ dynamic = ["version"]