You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

module-root-sync

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-root-sync - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+4
-10
package.json
{
"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",