Comparing version 2.0.0 to 3.0.0
@@ -5,3 +5,3 @@ { | ||
"description": "like `chown -R`", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"repository": { | ||
@@ -11,24 +11,61 @@ "type": "git", | ||
}, | ||
"main": "chownr.js", | ||
"files": [ | ||
"chownr.js" | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"mkdirp": "0.3", | ||
"rimraf": "^2.7.1", | ||
"tap": "^14.10.6" | ||
"@types/node": "^20.12.5", | ||
"mkdirp": "^3.0.1", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"tap": "^18.7.2", | ||
"tshy": "^1.13.1", | ||
"typedoc": "^0.25.12" | ||
}, | ||
"tap": { | ||
"check-coverage": true | ||
}, | ||
"scripts": { | ||
"prepare": "tshy", | ||
"pretest": "npm run prepare", | ||
"test": "tap", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags" | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"format": "prettier --write . --loglevel warn", | ||
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts" | ||
}, | ||
"license": "ISC", | ||
"license": "BlueOak-1.0.0", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=18" | ||
}, | ||
"tshy": { | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/commonjs/index.d.ts", | ||
"default": "./dist/commonjs/index.js" | ||
} | ||
} | ||
}, | ||
"main": "./dist/commonjs/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"type": "module", | ||
"prettier": { | ||
"semi": false, | ||
"printWidth": 75, | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"singleQuote": true, | ||
"jsxSingleQuote": false, | ||
"bracketSameLine": true, | ||
"arrowParens": "avoid", | ||
"endOfLine": "lf" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
22048
13
180
0
Yes
7
1