New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pgsql-ast-parser

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgsql-ast-parser - npm Package Compare versions

Comparing version

to
9.1.1

2

package.json
{
"name": "pgsql-ast-parser",
"version": "9.1.0",
"version": "9.1.1",
"description": "Yet another simple Postgres SQL parser/modifier",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -48,2 +48,11 @@ import 'mocha';

});
checkUpdate([`update test set value=default`], {
type: 'update',
table: { name: 'test' },
sets: [{
column: { name: 'value' },
value: { type: 'default' },
}],
})
});

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet