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.1.1
to
5.1.2
+16
-2
CHANGELOG.md

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

## 5.1.2
([Full Changelog](https://github.com/emscripten-forge/empack/compare/v5.1.1...95bd944e873700226f9afd259a1854875dc7e8ae))
### Enhancements made
- Add "depends" to empack_env_meta.json [#125](https://github.com/emscripten-forge/empack/pull/125) ([@AnastasiaSliusar](https://github.com/AnastasiaSliusar))
### Contributors to this release
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2025-05-13&to=2025-06-16&type=c))
[@AnastasiaSliusar](https://github.com/search?q=repo%3Aemscripten-forge%2Fempack+involves%3AAnastasiaSliusar+updated%3A2025-05-13..2025-06-16&type=Issues)
<!-- <END NEW CHANGELOG ENTRY> -->
## 5.1.1

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

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

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

@@ -54,2 +54,3 @@ import csv

depends=[],
subdir="",
)

@@ -75,2 +76,4 @@

content["url"] = pkg_meta.get("url", None)
content["depends"] = pkg_meta.get("depends", [])
content["subdir"] = pkg_meta.get("subdir", "")
conda_meta_dir = Path(env_prefix) / "conda-meta"

@@ -77,0 +80,0 @@ conda_meta_dir.mkdir(parents=True, exist_ok=True)

@@ -292,2 +292,4 @@ from __future__ import annotations

channel=pkg_meta["channel"],
depends=pkg_meta["depends"],
subdir=pkg_meta["subdir"],
)

@@ -294,0 +296,0 @@

+1
-1

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

__version__ = "5.1.1"
__version__ = "5.1.2"
Metadata-Version: 2.4
Name: empack
Version: 5.1.1
Version: 5.1.2
Summary: empack emscripten+boa

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