module-root-sync
Advanced tools
+4
-10
| { | ||
| "name": "module-root-sync", | ||
| "version": "1.1.1", | ||
| "version": "1.1.2", | ||
| "description": "Finds the directory that the modules resides in", | ||
@@ -26,8 +26,5 @@ "keywords": [ | ||
| "exports": { | ||
| ".": { | ||
| "import": "./dist/esm/index.mjs", | ||
| "require": "./dist/cjs/index.cjs", | ||
| "types": "./dist/types/index.d.ts" | ||
| }, | ||
| "./*": "./*" | ||
| "import": "./dist/esm/index.mjs", | ||
| "require": "./dist/cjs/index.cjs", | ||
| "types": "./dist/types/index.d.ts" | ||
| }, | ||
@@ -42,5 +39,2 @@ "main": "dist/cjs/index.cjs", | ||
| "build": "tsds build", | ||
| "clean": "node -e \"const dir = require('path').join(require('homedir-polyfill')(), '.im'); try {require('fs').rmdirSync(dir, {recursive: true})} catch(err) {}\"", | ||
| "deploy": "tsds deploy", | ||
| "docs": "tsds docs", | ||
| "format": "biome check --write --unsafe src/ test/", | ||
@@ -47,0 +41,0 @@ "test": "tsds test:node --no-timeouts", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
9676
-2.65%