Socket
Socket
Sign inDemoInstall

ormnomnom

Package Overview
Dependencies
55
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.1.1

2

lib/ormnomnom.js

@@ -32,3 +32,3 @@ 'use strict'

constructor (instanceClass, ddl, opts) {
if (instanceClass[classToDAOSym]) {
if (Object.prototype.hasOwnProperty.call(instanceClass, classToDAOSym)) {
throw new Error('function may be passed to at most _one_ data mapper')

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

{
"name": "ormnomnom",
"version": "7.1.0",
"version": "7.1.1",
"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