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

pygments

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pygments - pypi Package Compare versions

Comparing version
2.16.0
to
2.16.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: Pygments
Version: 2.16.0
Version: 2.16.1
Summary: Pygments is a syntax highlighting package written in Python.

@@ -5,0 +5,0 @@ Author-email: Georg Brandl <georg@python.org>

Metadata-Version: 2.1
Name: Pygments
Version: 2.16.0
Version: 2.16.1
Summary: Pygments is a syntax highlighting package written in Python.

@@ -5,0 +5,0 @@ Author-email: Georg Brandl <georg@python.org>

@@ -29,3 +29,3 @@ """

__version__ = '2.16.0'
__version__ = '2.16.1'
__docformat__ = 'restructuredtext'

@@ -32,0 +32,0 @@

@@ -18,8 +18,8 @@ """

'abap': 'abap::AbapStyle',
'algol_nu': 'algol_nu::Algol_NuStyle',
'algol': 'algol::AlgolStyle',
'algol_nu': 'algol_nu::Algol_NuStyle',
'arduino': 'arduino::ArduinoStyle',
'autumn': 'autumn::AutumnStyle',
'borland': 'borland::BorlandStyle',
'bw': 'bw::BlackWhiteStyle',
'borland': 'borland::BorlandStyle',
'colorful': 'colorful::ColorfulStyle',

@@ -29,5 +29,5 @@ 'default': 'default::DefaultStyle',

'emacs': 'emacs::EmacsStyle',
'friendly_grayscale': 'friendly_grayscale::FriendlyGrayscaleStyle',
'friendly': 'friendly::FriendlyStyle',
'fruity': 'fruity::FruityStyle',
'friendly': 'friendly::FriendlyStyle',
'friendly_grayscale': 'friendly_grayscale::FriendlyGrayscaleStyle',
'github-dark': 'gh_dark::GhDarkStyle',

@@ -45,4 +45,5 @@ 'gruvbox-dark': 'gruvbox::GruvboxDarkStyle',

'murphy': 'murphy::MurphyStyle',
'native': 'native::NativeStyle',
'nord-darker': 'nord::NordDarkerStyle',
'nord': 'nord::NordStyle',
'nord-darker': 'nord::NordDarkerStyle',
'one-dark': 'onedark::OneDarkStyle',

@@ -59,5 +60,5 @@ 'paraiso-dark': 'paraiso_dark::ParaisoDarkStyle',

'staroffice': 'staroffice::StarofficeStyle',
'stata': 'stata_light::StataLightStyle',
'stata-dark': 'stata_dark::StataDarkStyle',
'stata-light': 'stata_light::StataLightStyle',
'stata': 'stata_light::StataLightStyle',
'tango': 'tango::TangoStyle',

@@ -64,0 +65,0 @@ 'trac': 'trac::TracStyle',

@@ -27,2 +27,3 @@ {

"murphy": 1.4,
"native": 3.1,
"nord": 2.4,

@@ -29,0 +30,0 @@ "nord-darker": 2.8,

Sorry, the diff of this file is too big to display