Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "allow-only", | ||
"version": "0.0.0", | ||
"description": "An 0 dependency version of https://npm.im/only-allow", | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"description": "An zero-dependency version of https://npm.im/only-allow", | ||
"main": "dist/bin.js", | ||
"bin": "dist/bin.js", | ||
"files": [ | ||
"dist/bin.js" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prepublishOnly": "pnpm run clean && pnpm run build", | ||
"clean": "rimraf ./dist", | ||
"build": "rollup --configPlugin rollup-plugin-swc3 -c", | ||
"hello-pm": "node --eval 'console.log(process.env.npm_config_user_agent)'" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/SukkaW/only-allow.git" | ||
"url": "git+https://github.com/SukkaW/allow-only.git" | ||
}, | ||
@@ -16,5 +23,26 @@ "author": "Sukka <https://skk.moe>", | ||
"bugs": { | ||
"url": "https://github.com/SukkaW/only-allow/issues" | ||
"url": "https://github.com/SukkaW/allow-only/issues" | ||
}, | ||
"homepage": "https://github.com/SukkaW/only-allow#readme" | ||
"homepage": "https://github.com/SukkaW/allow-only#readme", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^23.0.2", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@swc/core": "^1.3.15", | ||
"@swc/helpers": "^0.4.12", | ||
"@types/node": "^18.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"eslint": "^8.27.0", | ||
"eslint-config-sukka": "^1.6.16", | ||
"eslint-import-resolver-typescript": "^3.5.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"picocolors": "^1.0.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.3.0", | ||
"rollup-plugin-swc3": "^0.7.0", | ||
"typescript": "^4.8.4" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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 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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5825
3
13
0
16
6