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.0.40 to 0.0.41

7

lib/abstract-class.js

@@ -196,2 +196,9 @@ /**

AbstractClass.query = function (data, callback) {
if (typeof this.schema.adapter.query === 'undefined') {
callback(new Error('Model::query not defined for this adapter'));
} else {
this.schema.adapter.query(data, callback);
}
};
/**

@@ -198,0 +205,0 @@ * Create new instance of Model class, saved in database

2

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

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

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