Socket
Socket
Sign inDemoInstall

osmos-odm

Package Overview
Dependencies
82
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.6.2

4

package.json
{
"name": "osmos-odm",
"version": "1.6.1",
"version": "1.6.2",
"author": "Marco Tabini <marcot@tabini.ca>",

@@ -19,3 +19,3 @@ "description": "A general purpose, strict, simple ORM for Node.js apps",

"request": "~2",
"rethinkdb": "~1.12",
"rethinkdb": "~1.16",
"tv4": "~1"

@@ -22,0 +22,0 @@ },

@@ -5,2 +5,4 @@ # Osmos: a strict, store-agnostic object data mapper for Node.js

[![Coverage Status](https://coveralls.io/repos/telemetryapp/osmos/badge.svg?branch=master)](https://coveralls.io/r/telemetryapp/osmos?branch=master)
[![npm](https://img.shields.io/npm/v/osmos-odm.svg?style=flat-square)](https://www.npmjs.com/package/osmos-odm)
[![npm](https://img.shields.io/npm/dm/osmos-odm.svg?style=flat-square)](https://www.npmjs.com/package/osmos-odm)

@@ -7,0 +9,0 @@ Osmos is a object data mapper (ODM) designed to bridge Node.js apps with any data store that support traditional CRUD operations. It's built on three principles:

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc