@rg-dev/stdlib
Advanced tools
Sorry, the diff of this file is too big to display
| export { AsyncReturnType, MaybeFunction, MyFn, Optional, StringBuilder, catchInline, doSafe, isNonEmptyString, isNumber, isRunningOnServer, promiseRetry, promiseWithTimeout, sleep, useServer } from './common-env.cjs'; | ||
| export { downloadFile } from './node-download.cjs'; | ||
| export { SSEClient, SSEResponse, checkCommandExistsOrThrow, checkIfDirExistsOrThrow, checkIfFileExistsOrThrow, chmodPlusX, createTempDir, isWindows, throwIfDirNotEmpty } from './node-env.cjs'; | ||
| import 'express'; | ||
| import 'events'; |
| export { AsyncReturnType, MaybeFunction, MyFn, Optional, StringBuilder, catchInline, doSafe, isNonEmptyString, isNumber, isRunningOnServer, promiseRetry, promiseWithTimeout, sleep, useServer } from './common-env.js'; | ||
| export { downloadFile } from './node-download.js'; | ||
| export { SSEClient, SSEResponse, checkCommandExistsOrThrow, checkIfDirExistsOrThrow, checkIfFileExistsOrThrow, chmodPlusX, createTempDir, isWindows, throwIfDirNotEmpty } from './node-env.js'; | ||
| import 'express'; | ||
| import 'events'; |
Sorry, the diff of this file is too big to display
+1
-1
| { | ||
| "name": "@rg-dev/stdlib", | ||
| "version": "1.0.22", | ||
| "version": "1.0.23", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
1059608
97.38%17
30.77%26682
98.44%14
75%24
100%