Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is-url-http

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-url-http - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

index.d.ts

18

package.json

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

"homepage": "https://nicedoc.io/Kikobeats/is-url-http",
"version": "2.3.0",
"browser": "src/lightweight.js",
"main": "src/index.js",
"version": "2.3.1",
"browser": "lightweight.js",
"main": "index.js",
"author": {

@@ -37,3 +37,3 @@ "email": "josefrancisco.verdu@gmail.com",

"dependencies": {
"url-http": "~1.0.1"
"url-http": "~1.0.2"
},

@@ -61,3 +61,5 @@ "devDependencies": {

"files": [
"src"
"index.d.ts",
"index.js",
"lightweight.js"
],

@@ -85,6 +87,2 @@ "scripts": {

},
"exports": {
".": "./src/index.js",
"./lightweight": "./src/lightweight.js"
},
"nano-staged": {

@@ -105,5 +103,5 @@ "*.js,!*.min.js,": [

},
"types": "src/index.d.ts",
"types": "index.d.ts",
"umd:main": "lightweight.js",
"unpkg": "lightweight.js"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc