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

uniqorm

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniqorm - npm Package Compare versions

Comparing version 2.16.10 to 2.16.12

8

lib/MetadataImporter.js

@@ -199,8 +199,4 @@ /* UNIQORM

field.scale = row.data_scale;
if (row.default_value) {
if (row.default_value.match(/^[\w]+\(.*/i)) // Ignore functions
field.required = false;
else
field.defaultValue = row.default_value;
}
if (row.default_value)
field.required = false;

@@ -207,0 +203,0 @@ if (row.column_comments)

{
"name": "uniqorm",
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications",
"version": "2.16.10",
"version": "2.16.12",
"author": "Panates Ltd.",

@@ -36,10 +36,10 @@ "contributors": [

"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"eslint-config-google": "^0.13.0",
"fecha": "^3.0.3",
"glob": "^7.1.4",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"nyc": "^14.1.1",
"rejected-or-not": "^1.0.1",
"sqb": "^3.8.2",
"sqb-connect-pg": "^3.1.7"
"sqb": "^3.8.6",
"sqb-connect-pg": "^3.1.8"
},

@@ -46,0 +46,0 @@ "peerDependencies": {

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