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

@sqb/connect

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sqb/connect - npm Package Compare versions

Comparing version 4.0.1-beta.34 to 4.0.1-beta.35

2

dist/orm/model/entity-column-element.js

@@ -22,3 +22,3 @@ "use strict";

checkEnumValue(v) {
if (v === undefined || !this.enum)
if (v === undefined || !this.enum || (v == null && !this.notNull))
return;

@@ -25,0 +25,0 @@ const enumKeys = Array.isArray(this.enum) ? this.enum : Object.keys(this.enum);

{
"name": "@sqb/connect",
"description": "Multi-dialect database connection framework written with TypeScript",
"version": "4.0.1-beta.34",
"version": "4.0.1-beta.35",
"author": "Panates Ltd.",

@@ -48,3 +48,3 @@ "contributors": [

"peerDependencies": {
"@sqb/builder": "^4.0.1-beta.34"
"@sqb/builder": "^4.0.1-beta.35"
},

@@ -51,0 +51,0 @@ "main": "dist/index.js",

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