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.17.0
to
2.17.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: Pygments
Version: 2.17.0
Version: 2.17.1
Summary: Pygments is a syntax highlighting package written in Python.

@@ -5,0 +5,0 @@ Project-URL: Homepage, https://pygments.org

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

__version__ = '2.17.0'
__version__ = '2.17.1'
__docformat__ = 'restructuredtext'

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

@@ -1263,3 +1263,3 @@ """

'literal-string': [
(r".*'", String.Single, '#pop'),
(r".*?'", String.Single, '#pop'),
],

@@ -1266,0 +1266,0 @@ 'multiline-basic-string': [

@@ -24,3 +24,5 @@ ---input---

"'" Literal.String.Single
"same with a' # basic 'string'" Literal.String.Single
"same with a'" Literal.String.Single
' ' Text.Whitespace
"# basic 'string'" Comment.Single
'\n' Text.Whitespace

@@ -27,0 +29,0 @@

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

Sorry, the diff of this file is not supported yet