docker-compose
Advanced tools
Comparing version 0.24.9-alpha.1 to 0.24.9-alpha.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.24.9-alpha.2](https://github.com/PDMLab/docker-compose/compare/v0.24.9-alpha.1...v0.24.9-alpha.2) (2024-05-10) | ||
### [0.24.9-alpha.1](https://github.com/PDMLab/docker-compose/compare/v0.24.9-alpha.0...v0.24.9-alpha.1) (2024-05-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "docker-compose", | ||
"version": "0.24.9-alpha.1", | ||
"version": "0.24.9-alpha.2", | ||
"main": "dist/index.js", | ||
@@ -23,4 +23,5 @@ "exports": { | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"build": "tsc", | ||
"prepublishOnly": "tsc", | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"release": "yarn build && standard-version", | ||
@@ -27,0 +28,0 @@ "docs:dev": "vitepress dev docs", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
33
1
158648
2553
5