+1
-1
@@ -44,3 +44,3 @@ #!/usr/bin/env node | ||
| program | ||
| .name('ucp-server') | ||
| .name('ucpify') | ||
| .description('Generate and run a UCP-compliant server for merchants') | ||
@@ -47,0 +47,0 @@ .version('1.0.0'); |
+1
-1
@@ -14,3 +14,3 @@ "use strict"; | ||
| : undefined, | ||
| base: { service: 'ucp-server' }, | ||
| base: { service: 'ucpify' }, | ||
| }); |
+3
-3
| { | ||
| "name": "ucpify", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Generate UCP-compliant servers for merchants from a simple schema", | ||
@@ -52,3 +51,4 @@ "main": "dist/index.js", | ||
| "vitest": "^4.0.18" | ||
| } | ||
| }, | ||
| "name": "ucpify" | ||
| } |
+1
-1
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
| program | ||
| .name('ucp-server') | ||
| .name('ucpify') | ||
| .description('Generate and run a UCP-compliant server for merchants') | ||
@@ -15,0 +15,0 @@ .version('1.0.0'); |
+1
-1
@@ -9,5 +9,5 @@ import pino from 'pino'; | ||
| : undefined, | ||
| base: { service: 'ucp-server' }, | ||
| base: { service: 'ucpify' }, | ||
| }); | ||
| export type Logger = typeof logger; |
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 10 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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 10 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
178513
-0.01%