We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09995c3 commit f874edbCopy full SHA for f874edb
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '1.0.36'
+__version__ = '1.0.37'
socketsecurity/core/__init__.py
@@ -116,6 +116,9 @@
116
},
117
"setup.py": {
118
"pattern": "setup.py"
119
+ },
120
+ "pipfile.lock": {
121
+ "pattern": "pipfile.lock"
122
}
123
124
"golang": {
0 commit comments