Socket
Socket
Sign inDemoInstall

ormnomnom

Package Overview
Dependencies
25
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.3 to 5.1.4

4

decorators/softdelete.js

@@ -63,4 +63,4 @@ 'use strict'

delete () {
return super.update({[column]: new Date()})
delete (query) {
return (query ? this.filter(query) : this).update({[column]: new Date()})
}

@@ -67,0 +67,0 @@ }

@@ -206,3 +206,3 @@ # Making Queries

const AuthorObjects(Author, {
const AuthorObjects = orm(Author, {
id: orm.joi.number(),

@@ -209,0 +209,0 @@ name: orm.joi.string().required(),

{
"name": "ormnomnom",
"version": "5.1.3",
"version": "5.1.4",
"description": "a lightweight orm to silence the orm-y beast",

@@ -5,0 +5,0 @@ "main": "lib/ormnomnom.js",

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