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

dirsync

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirsync - pypi Package Compare versions

Comparing version
2.2.1
to
2.2.2
+1
dirsync.egg-info/requires.txt
six
+6
-1

@@ -20,3 +20,2 @@ dirsync - Changes

2.2.1 (19-07-2015)

@@ -28,3 +27,9 @@ ..................

2.2.2 (29-02-2016)
..................
Fixed:
- six was not present in install_requires (#3)
2.1 (08-09-2014)

@@ -31,0 +36,0 @@ ----------------

+2
-2
Metadata-Version: 1.1
Name: dirsync
Version: 2.2.1
Version: 2.2.2
Summary: Advanced directory tree synchronisation tool

@@ -12,3 +12,3 @@ Home-page: https://bitbucket.org/tkhyn/dirsync/

|copyright| 2014-2015 Thomas Khyn
|copyright| 2014-2016 Thomas Khyn
|copyright| 2003-2015 Anand B Pillai

@@ -15,0 +15,0 @@

@@ -15,2 +15,3 @@ CHANGES.rst

dirsync.egg-info/entry_points.txt
dirsync.egg-info/requires.txt
dirsync.egg-info/top_level.txt

@@ -7,3 +7,3 @@ """

__version_info__ = (2, 2, 1, 'final', 0)
__version_info__ = (2, 2, 2, 'final', 0)

@@ -10,0 +10,0 @@

The MIT License (MIT)
Copyright (c) 2014-2015 Thomas Khyn
Copyright (c) 2014-2016 Thomas Khyn
Copyright (c) 2003-2015 Anand B Pillai

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

Metadata-Version: 1.1
Name: dirsync
Version: 2.2.1
Version: 2.2.2
Summary: Advanced directory tree synchronisation tool

@@ -12,3 +12,3 @@ Home-page: https://bitbucket.org/tkhyn/dirsync/

|copyright| 2014-2015 Thomas Khyn
|copyright| 2014-2016 Thomas Khyn
|copyright| 2003-2015 Anand B Pillai

@@ -15,0 +15,0 @@

dirsync
=======
|copyright| 2014-2015 Thomas Khyn
|copyright| 2014-2016 Thomas Khyn
|copyright| 2003-2015 Anand B Pillai

@@ -6,0 +6,0 @@

[egg_info]
tag_svn_revision = 0
tag_date = 0
tag_build =
tag_date = 0
tag_svn_revision = 0
"""
dirsync
Advanced directory tree synchronisation tool
(c) 2014-2015 Thomas Khyn
(c) 2014-2016 Thomas Khyn
(c) 2003-2015 Anand B Pillai

@@ -53,2 +53,3 @@ MIT license (see LICENSE.txt)

packages=find_packages(),
install_requires=('six',),
entry_points={

@@ -55,0 +56,0 @@ 'console_scripts': [