Comparing version 1.0.4 to 2.0.0
{ | ||
"name": "mkdirp", | ||
"description": "Recursively mkdir, like `mkdir -p`", | ||
"version": "1.0.4", | ||
"main": "index.js", | ||
"version": "2.0.0", | ||
"keywords": [ | ||
@@ -15,31 +14,79 @@ "mkdir", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/isaacs/node-mkdirp.git" | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/mjs/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"bin": "./dist/cjs/bin.js", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./dist/mjs/index.js", | ||
"types": "./dist/mjs/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "tap", | ||
"snap": "tap", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"postpublish": "git push origin --follow-tags" | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"preprepare": "rm -rf dist", | ||
"prepare": "tsc -p tsconfig-cjs.json && tsc -p tsconfig-esm.json", | ||
"postprepare": "bash fixup.sh", | ||
"pretest": "npm run prepare", | ||
"presnap": "npm run prepare", | ||
"test": "c8 tap", | ||
"snap": "c8 tap", | ||
"format": "prettier --write . --loglevel warn", | ||
"benchmark": "node benchmark/index.js", | ||
"typedoc": "typedoc --tsconfig tsconfig-esm.json ./src/*.ts" | ||
}, | ||
"tap": { | ||
"check-coverage": true, | ||
"coverage-map": "map.js" | ||
"prettier": { | ||
"semi": false, | ||
"printWidth": 80, | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"singleQuote": true, | ||
"jsxSingleQuote": false, | ||
"bracketSameLine": true, | ||
"arrowParens": "avoid", | ||
"endOfLine": "lf" | ||
}, | ||
"devDependencies": { | ||
"require-inject": "^1.4.4", | ||
"tap": "^14.10.7" | ||
"@types/brace-expansion": "^1.1.0", | ||
"@types/node": "^18.11.9", | ||
"@types/tap": "^15.0.7", | ||
"c8": "^7.12.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"prettier": "^2.8.2", | ||
"tap": "^16.3.3", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.23.21", | ||
"typescript": "^4.9.3" | ||
}, | ||
"bin": "bin/cmd.js", | ||
"tap": { | ||
"coverage": false, | ||
"node-arg": [ | ||
"--no-warnings", | ||
"--loader", | ||
"ts-node/esm" | ||
], | ||
"ts": false | ||
}, | ||
"funding": { | ||
"url": "https://github.com/sponsors/isaacs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/isaacs/node-mkdirp.git" | ||
}, | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"files": [ | ||
"bin", | ||
"lib", | ||
"index.js" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
70901
53
842
281
10
8
1