Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dbnx/mysql

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbnx/mysql - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-beta

dist/DataTypes.js

32

package.json
{
"name": "@dbnx/mysql",
"version": "1.0.2",
"version": "1.0.3-beta",
"description": "A powerful and enhanced ORM library for MySQL, offering query execution, model creation, and full relational management.",
"main": "index.js",
"types": "index.d.ts",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
"test": "jest",
"clean": "find . -type f -name '*.js' -exec rm -f {} \\;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/dbnx-mysql.git"
"url": "git+https://github.com/SRAKIB17/dbnx-mysql"
},

@@ -29,3 +30,3 @@ "keywords": [

],
"author": "Your Name",
"author": "SRAKIB17",
"license": "MIT",

@@ -35,15 +36,16 @@ "dependencies": {

},
"devDependencies": {
"typescript": "^5.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0"
},
"devDependencies": {},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"bugs": {
"url": "https://github.com/yourusername/dbnx-mysql/issues"
"url": "https://github.com/SRAKIB17/dbnx-mysql/issues"
},
"homepage": "https://github.com/yourusername/dbnx-mysql#readme"
"homepage": "https://github.com/SRAKIB17/dbnx-mysql#readme",
"files": [
"dist",
"src",
"index.d.ts",
"README.md"
]
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc