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

adost

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adost - npm Package Compare versions

Comparing version

to
2.0.0

21

package.json
{
"name": "adost",
"version": "1.5.1",
"version": "2.0.0",
"description": "A fast postgres CRUD ORM",

@@ -31,18 +31,17 @@ "keywords": [

"dependencies": {
"pg": "7.18.2",
"pg-native": "3.0.0",
"uuid": "3.3.2"
"pg": "^8.9.0",
"pg-native": "^3.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@abeai/recho": "^1.4.0",
"cli-table": "^0.3.1",
"cli-table": "^0.3.11",
"colors": "^1.4.0",
"dotenv": "4.0.0",
"eslint": "6.5.1",
"eslint-plugin-security": "1.4.0",
"gulp": "3.9.1",
"jest": "^24.8.0",
"lodash": "^4.17.20",
"dotenv": "16.0.3",
"eslint": "8.33.0",
"eslint-plugin-security": "1.7.0",
"jest": "^29.4.1",
"lodash": "^4.17.21",
"request-promise": "^4.2.5"
}
}