Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "locter", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "A library to locate a file by criteria and load it", | ||
@@ -14,4 +14,5 @@ "author": { | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -21,4 +22,5 @@ "dist/" | ||
"scripts": { | ||
"build": "rimraf dist && tsc -d", | ||
"build:watch": "npm run build -- --watch", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:js": "rollup -c", | ||
"build": "rimraf dist && npm run build:types && npm run build:js", | ||
"commit": "npx git-cz", | ||
@@ -40,6 +42,12 @@ "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-angular": "^17.1.0", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@commitlint/cz-commitlint": "^17.1.2", | ||
"@babel/core": "^7.20.2", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-angular": "^17.3.0", | ||
"@commitlint/config-conventional": "^17.3.0", | ||
"@commitlint/cz-commitlint": "^17.3.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^23.0.2", | ||
"@rollup/plugin-node-resolve": "^15.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
@@ -51,17 +59,18 @@ "@semantic-release/commit-analyzer": "^9.0.2", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@tada5hi/eslint-config-typescript": "^1.0.7", | ||
"@tada5hi/eslint-config-typescript": "^1.0.10", | ||
"@types/glob": "^8.0.0", | ||
"@types/jest": "^27.5.0", | ||
"@types/node": "^18.8.4", | ||
"@types/yargs": "^17.0.13", | ||
"@types/node": "^18.11.9", | ||
"@types/yargs": "^17.0.14", | ||
"coveralls": "^3.1.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.25.0", | ||
"husky": "^8.0.1", | ||
"eslint": "^8.28.0", | ||
"husky": "^8.0.2", | ||
"jest": "^27.5.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.5.0", | ||
"semantic-release": "^19.0.5", | ||
"ts-jest": "^27.1.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.3" | ||
}, | ||
@@ -68,0 +77,0 @@ "dependencies": { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
68729
1675
32
26
4
1