New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.0 to 2.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## <small>2.0.1 (2020-02-05)</small>
* Revert "build: remove browser shim" ([e9851c2](https://github.com/Kikobeats/is-url-http/commit/e9851c2))
## 2.0.0 (2020-02-03)

@@ -2,0 +8,0 @@

2

index.js
'use strict'
const { URL } = require('url')
const URL = global.window ? window.URL : require('url').URL
const urlRegex = require('url-regex')({ exact: true })

@@ -5,0 +5,0 @@

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

"homepage": "https://nicedoc.io/Kikobeats/is-url-http",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",

@@ -8,0 +8,0 @@ "author": {

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