is-url-http
Advanced tools
Comparing version 2.2.8 to 2.2.9
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/is-url-http", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"browser": "lightweight.js", | ||
@@ -44,2 +44,3 @@ "main": "index.js", | ||
"ava": "latest", | ||
"c8": "latest", | ||
"ci-publish": "latest", | ||
@@ -51,3 +52,2 @@ "conventional-github-releaser": "latest", | ||
"npm-check-updates": "latest", | ||
"nyc": "latest", | ||
"prettier-standard": "latest", | ||
@@ -70,3 +70,2 @@ "simple-git-hooks": "latest", | ||
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"lint": "standard-markdown README.md && standard", | ||
@@ -80,3 +79,3 @@ "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
"test": "nyc ava", | ||
"test": "c8 ava", | ||
"update": "ncu -u", | ||
@@ -83,0 +82,0 @@ "update:check": "ncu -- --error-level 2" |
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
6161