New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bors

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bors - pypi Package Compare versions

Comparing version
0.3.5
to
0.3.6
+1
-1
bors.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: bors
Version: 0.3.5
Version: 0.3.6
Summary: A highly flexible and extensible service integration framework for scraping the web or consuming APIs

@@ -5,0 +5,0 @@ Home-page: https://github.com/RobotStudio/bors

@@ -5,4 +5,4 @@ # -*- coding: utf-8 -*-

__email__ = 'bobby@robot.studio'
__version__ = '0.3.5'
__version__ = '0.3.6'
from bors import *
Metadata-Version: 1.1
Name: bors
Version: 0.3.5
Version: 0.3.6
Summary: A highly flexible and extensible service integration framework for scraping the web or consuming APIs

@@ -5,0 +5,0 @@ Home-page: https://github.com/RobotStudio/bors

[bumpversion]
current_version = 0.3.5
current_version = 0.3.6
commit = True

@@ -4,0 +4,0 @@ tag = True

@@ -33,3 +33,3 @@ #!/usr/bin/env python

name='bors',
version='0.3.5',
version='0.3.6',
description="A highly flexible and extensible service integration framework for scraping the web or consuming APIs",

@@ -36,0 +36,0 @@ long_description=readme + '\n\n' + history,