libnpmaccess
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "libnpmaccess", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "programmatic library for `npm access` commands", | ||
@@ -9,8 +9,8 @@ "author": "GitHub Inc.", | ||
"scripts": { | ||
"lint": "eslint \"**/*.js\"", | ||
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", | ||
"test": "tap", | ||
"postlint": "template-oss-check", | ||
"lintfix": "node ../.. run lint -- --fix", | ||
"lintfix": "npm run lint -- --fix", | ||
"snap": "tap", | ||
"posttest": "node ../.. run lint", | ||
"posttest": "npm run lint", | ||
"template-oss-apply": "template-oss-apply --force" | ||
@@ -21,3 +21,3 @@ }, | ||
"@npmcli/mock-registry": "^1.0.0", | ||
"@npmcli/template-oss": "4.19.0", | ||
"@npmcli/template-oss": "4.21.3", | ||
"nock": "^13.3.3", | ||
@@ -46,3 +46,3 @@ "tap": "^16.3.8" | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.19.0", | ||
"version": "4.21.3", | ||
"content": "../../scripts/template-oss/index.js" | ||
@@ -49,0 +49,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
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
8482