@sourcebug/dpdm
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@sourcebug/dpdm", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"private": false, | ||
@@ -31,4 +31,4 @@ "description": "Analyze circular dependencies in your JavaScript/TypeScript projects.", | ||
"target/x86_64-apple-darwin/release/dpdm", | ||
"target/aarch64-unknown-linux-gnu/release/dpdm", | ||
"target/x86_64-unknown-linux-gnu/release/dpdm", | ||
"target/aarch64-unknown-linux-musl/release/dpdm", | ||
"target/x86_64-unknown-linux-musl/release/dpdm", | ||
"target/x86_64-pc-windows-gnu/release/dpdm", | ||
@@ -35,0 +35,0 @@ "target/aarch64-pc-windows-gnu/release/dpdm" |
@@ -13,4 +13,4 @@ const fs = require('fs'); | ||
// 'darwin-x64': 'x86_64-apple-darwin', | ||
'linux-arm64': 'aarch64-unknown-linux-gnu', | ||
'linux-x64': 'x86_64-unknown-linux-gnu', | ||
'linux-arm64': 'aarch64-unknown-linux-musl', | ||
'linux-x64': 'x86_64-unknown-linux-musl', | ||
'win32-x64': 'x86_64-pc-windows-gnu', | ||
@@ -17,0 +17,0 @@ 'win32-arm64': 'aarch64-pc-windows-gnu', |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
25932288