Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

urlmatch

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urlmatch - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+6
-3
PKG-INFO
Metadata-Version: 1.1
Name: urlmatch
Version: 0.0.1
Version: 0.0.2
Summary: Python library for matching URLs.

@@ -43,2 +43,5 @@ Home-page: https://github.com/jessepollak/urlmatch

``http`` and ``https``
- 'http\_auth\_allowed' (default is True) - ``bool`` which dictates
whether URLs with HTTP Authentication in the URL should be allowed or
not

@@ -91,3 +94,3 @@ Match pattern syntax

- Clone: ``git@github.com:jessepollak/mixpanel-python-async.git``
- Clone: ``git@github.com:jessepollak/urlmatch.git``
- Create a topic branch: ``git checkout -b awesome_feature``

@@ -113,3 +116,3 @@ - Commit away (and add unit tests for any code your write).

git remote set-url origin git@github.com:jessepollak/mixpanel-python-async.git
git remote set-url origin git@github.com:jessepollak/urlmatch.git

@@ -116,0 +119,0 @@ Otherwise, you can continue to hack away in your own fork.

@@ -35,2 +35,5 @@ urlmatch - fnmatch for the web

``http`` and ``https``
- 'http\_auth\_allowed' (default is True) - ``bool`` which dictates
whether URLs with HTTP Authentication in the URL should be allowed or
not

@@ -83,3 +86,3 @@ Match pattern syntax

- Clone: ``git@github.com:jessepollak/mixpanel-python-async.git``
- Clone: ``git@github.com:jessepollak/urlmatch.git``
- Create a topic branch: ``git checkout -b awesome_feature``

@@ -105,4 +108,4 @@ - Commit away (and add unit tests for any code your write).

git remote set-url origin git@github.com:jessepollak/mixpanel-python-async.git
git remote set-url origin git@github.com:jessepollak/urlmatch.git
Otherwise, you can continue to hack away in your own fork.

@@ -15,3 +15,3 @@ try:

name='urlmatch',
version='0.0.1',
version='0.0.2',
author='Jesse Pollak',

@@ -18,0 +18,0 @@ author_email='jpollak92@gmail.com',

Metadata-Version: 1.1
Name: urlmatch
Version: 0.0.1
Version: 0.0.2
Summary: Python library for matching URLs.

@@ -43,2 +43,5 @@ Home-page: https://github.com/jessepollak/urlmatch

``http`` and ``https``
- 'http\_auth\_allowed' (default is True) - ``bool`` which dictates
whether URLs with HTTP Authentication in the URL should be allowed or
not

@@ -91,3 +94,3 @@ Match pattern syntax

- Clone: ``git@github.com:jessepollak/mixpanel-python-async.git``
- Clone: ``git@github.com:jessepollak/urlmatch.git``
- Create a topic branch: ``git checkout -b awesome_feature``

@@ -113,3 +116,3 @@ - Commit away (and add unit tests for any code your write).

git remote set-url origin git@github.com:jessepollak/mixpanel-python-async.git
git remote set-url origin git@github.com:jessepollak/urlmatch.git

@@ -116,0 +119,0 @@ Otherwise, you can continue to hack away in your own fork.