node-sword-interface
Advanced tools
+1
-1
| { | ||
| "name": "node-sword-interface", | ||
| "version": "1.0.117", | ||
| "version": "1.0.118", | ||
| "description": "Javascript (N-API) interface to SWORD library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -136,1 +136,10 @@ #!/bin/sh | ||
| make -j8 sword_static | ||
| # For iOS: remove SWORD's bundled minizip objects from libsword.a to avoid | ||
| # duplicate symbols when -all_load is used in the dylib link step. | ||
| if [ "$1" = "--ios" ] ; then | ||
| echo "-- Stripping SWORD's bundled minizip objects from libsword.a" | ||
| ar -t libsword.a | grep -iE 'unzip|ioapi' | while IFS= read -r obj; do | ||
| ar -d libsword.a "$obj" | ||
| done | ||
| fi |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
1123166
08
-11.11%