You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

is-url-http

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-url-http - npm Package Compare versions

Comparing version

to
2.2.6

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/is-url-http",
"version": "2.2.5",
"version": "2.2.6",
"browser": "lightweight.js",

@@ -37,3 +37,4 @@ "main": "index.js",

"dependencies": {
"url-regex-safe": "~2.1.0"
"re2": "~1.17.2",
"url-regex-safe": "~3.0.0"
},

@@ -48,3 +49,3 @@ "devDependencies": {

"git-authors-cli": "latest",
"lint-staged": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",

@@ -88,6 +89,3 @@ "nyc": "latest",

},
"lint-staged": {
"package.json": [
"finepack"
],
"nano-staged": {
"*.js,!*.min.js,": [

@@ -98,2 +96,5 @@ "prettier-standard"

"standard-markdown"
],
"package.json": [
"finepack"
]

@@ -103,3 +104,3 @@ },

"commit-msg": "npx commitlint --edit",
"pre-commit": "npx lint-staged"
"pre-commit": "npx nano-staged"
},

@@ -106,0 +107,0 @@ "umd:main": "lightweight.js",