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

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.0.20 to 0.0.21

1

lib/adapters/postgres.js

@@ -143,2 +143,3 @@ /**

var combined = [];
var props = this._models[model].properties;
Object.keys(data).forEach(function (key) {

@@ -145,0 +146,0 @@ if (props[key] || key === 'id') {

4

package.json
{
"name": "caminte",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, rethinkdb, postgres, sqlite, tingodb",
"version": "0.0.20",
"version": "0.0.21",
"author": {

@@ -114,3 +114,3 @@ "name": "Aleksej Gordejev",

"cradle": ">= 0.6.3",
"rethinkdb":">= 1.12.0",
"rethinkdb":"1.12.x",
"generic-pool":">= 2.0.4"

@@ -117,0 +117,0 @@ },

Sorry, the diff of this file is not supported yet

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