Socket
Socket
Sign inDemoInstall

rmodel

Package Overview
Dependencies
5
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

index.js
require('coffee-script/register');
require('./lib/index.coffee');
module.exports = require('./lib/index.coffee');
{
"name": "rmodel",
"version": "0.0.3",
"version": "0.0.4",
"description": "A simple OHM for Redis",

@@ -9,3 +9,10 @@ "main": "index.js",

},
"keywords": ["redis", "orm", "ohm", "activerecord", "database", "db"],
"keywords": [
"redis",
"orm",
"ohm",
"activerecord",
"database",
"db"
],
"repository": {

@@ -23,3 +30,5 @@ "type": "git",

"coffee-script": "^1.7.1",
"inflection": "^1.3.8",
"redis": "^0.11.0",
"typeof": "^1.0.0",
"validator": "^3.17.0"

@@ -26,0 +35,0 @@ },

@@ -12,5 +12,6 @@ # RedisModel - a simple OHM (object hash mapper) for Redis

### Wishlist
- ID generation
- Defaults
- Relations
- Relations: belongsTo, hasOne
- Examples
- More tests

Sorry, the diff of this file is not supported yet

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