Socket
Socket
Sign inDemoInstall

caminte

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caminte - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/adapters/postgres.js

@@ -196,3 +196,3 @@ /**

if (props[key] || key === 'id') {
var k = '`' + key + '`';
var k = '"' + key + '"';
var v;

@@ -211,3 +211,3 @@ if (key !== 'id') {

sql += ' ' + self.buildWhere(filter, self, model);
console.log(sql)
this.query(sql, function (err, affected) {

@@ -214,0 +214,0 @@ callback(err, affected);

{
"name": "caminte",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb",
"version": "0.1.0",
"version": "0.1.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Aleksej Gordejev",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc