Socket
Socket
Sign inDemoInstall

ormless

Package Overview
Dependencies
78
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

26

package.json
{
"name": "ormless",
"version": "0.0.2",
"version": "0.0.3",
"bin": "./bin/ormless",

@@ -30,8 +30,14 @@ "description": "Type safe SQL shortcuts based on kysely",

"dependencies": {
"change-case": "^4.1.2"
"change-case": "^4.1.2",
"dotenv": "^10.0.0",
"handlebars": "^4.7.7",
"husky": "^7.0.2",
"kysely": "^0.3.9",
"pg": "^8.7.1",
"prettier": "^2.4.1",
"yargs": "^17.2.1"
},
"peerDependencies": {
"kysely": "^0.3.9"
},
"devDependencies": {
"eslint": "^7.32.0",
"ts-node": "^10.2.1",
"@commitlint/cli": "^13.2.0",

@@ -45,12 +51,4 @@ "@commitlint/config-conventional": "^13.2.0",

"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"handlebars": "^4.7.7",
"husky": "^7.0.2",
"pg": "^8.7.1",
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"yargs": "^17.2.1"
"@typescript-eslint/parser": "^4.32.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc