clerkb-lumos-integrator
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "clerkb-lumos-integrator", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Integrator between clerkb and lumos", | ||
@@ -12,4 +12,4 @@ "license": "MIT", | ||
"src", | ||
"build/poa", | ||
"build/state" | ||
"build/debug/poa.strip", | ||
"build/debug/state.strip" | ||
], | ||
@@ -29,4 +29,5 @@ "dependencies": { | ||
"build": "tsc", | ||
"fmt": "prettier --write \"src/**/*.{ts,json}\" package.json" | ||
"fmt": "prettier --write \"src/**/*.{ts,json}\" package.json", | ||
"prepublishOnly": "scripts/check_binary_hashes.sh" | ||
} | ||
} |
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
60145