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

pg-diff-cli

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-diff-cli - npm Package Compare versions

Comparing version
2.4.7
to
2.4.8
+8
-5
package.json
{
"name": "pg-diff-cli",
"version": "2.4.7",
"version": "2.4.8",
"description": "PostgreSQL schema and data comparing tool",

@@ -40,9 +40,12 @@ "pgver": "9.6+",

"author": "Michael Sogos <michael.sogos@gurustudioweb.it> (https://github.com/michaelsogos)",
"contributors": [
"angulion"
],
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
"chalk": "^5.4.1",
"clui": "0.3.6",
"figlet": "1.5.0",
"pg-diff-api": "1.4.7"
"figlet": "^1.8.0",
"pg-diff-api": "^1.5.0"
}
}
}