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

h-orm

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h-orm - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

yarn.lock

6

lib/model/index.js

@@ -43,3 +43,3 @@ const mysql = require('../mysql')

linkMode = 'or'
}
}
SQL = SQL + 'where ' + conditions.join(` ${linkMode} `)

@@ -57,3 +57,3 @@ }

likeMode = 'not like'
}
}
conditions.push(`${key} ${likeMode} ${mysql.escape(this.conditions['like']['key'][key]) }`)

@@ -78,3 +78,3 @@ }

}
SQL = `update ${this.table} set ${updateconditions.join(', ')} where ${whereconditions.join('and')}`
SQL = `update ${this.table} set ${updateconditions.join(', ')} where ${whereconditions.join(' and ')}`
break

@@ -81,0 +81,0 @@ default:

{
"name": "h-orm",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/yuanhaoyu/h-orm.git",

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