@bytecodealliance/componentize-js
Advanced tools
+2
-2
| { | ||
| "name": "@bytecodealliance/componentize-js", | ||
| "version": "0.15.1", | ||
| "version": "0.16.0", | ||
| "homepage": "https://github.com/bytecodealliance/componentize-js#readme", | ||
@@ -16,3 +16,3 @@ "description": "ESM -> WebAssembly Component creator, via a SpiderMonkey JS engine embedding", | ||
| "dependencies": { | ||
| "@bytecodealliance/jco": "^1.8.1", | ||
| "@bytecodealliance/jco": "^1.9.1", | ||
| "@bytecodealliance/weval": "^0.3.3", | ||
@@ -19,0 +19,0 @@ "@bytecodealliance/wizer": "^7.0.5", |
+1
-1
@@ -88,3 +88,3 @@ <div align="center"> | ||
| export function sayHello (name) { | ||
| log(`Hello ${name}`); | ||
| log(\`Hello \${name}\`); | ||
| } | ||
@@ -91,0 +91,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
28971248
15.23%5
25%Updated