Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "lskit", | ||
"version": "0.0.0", | ||
"description": "This package will help you to get all the files that are inside a dir.", | ||
"main": "./dist/mjs/index.js", | ||
"types": "./dist/mjs/index.d.js", | ||
"version": "0.0.1", | ||
"devDependencies": { | ||
"npm-ez": "^2.0.6", | ||
"typescript": "^5.1.3" | ||
}, | ||
"scripts": { | ||
"dev": "npm-ez dev", | ||
"build": "npm-ez build" | ||
}, | ||
"main": "./dist-cjs/index.cjs", | ||
"module": "./dist-mjs/index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/mjs/index.js" | ||
"require": "./dist-cjs/index.cjs", | ||
"import": "./dist-mjs/index.mjs", | ||
"types": "./dist-mjs/index.mts" | ||
} | ||
}, | ||
"scripts": { | ||
"cjs": "nodemon test/index.cjs", | ||
"mjs": "nodemon test/index.mjs", | ||
"dev": "node dist.js && tsc -p tsconfig-cjs.json -w", | ||
"build": "node build.js", | ||
"update": "node update.js" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/node": "latest", | ||
"typescript": "latest", | ||
"all-files-in-tree": "^1.1.2" | ||
}, | ||
"type": "module", | ||
"license": "ISC", | ||
"author": "https://github.com/NazmusSayad", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/NazmusSayad/node-ls-files.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/NazmusSayad/node-ls-files/issues" | ||
}, | ||
"homepage": "https://github.com/NazmusSayad/node-ls-files#readme" | ||
} | ||
"dependencies": { | ||
"@types/node": "^20.3.0" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
11001
2
21
197
1
1
2
2
2
0
5
No
+ Added@types/node@^20.3.0
+ Added@types/node@20.17.10(transitive)
+ Addedundici-types@6.19.8(transitive)