Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

thinky

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thinky - npm Package Compare versions

Comparing version 1.13.0 to 1.13.1

2

lib/document.js

@@ -477,3 +477,3 @@ var eventEmitter = require('events').EventEmitter;

if (util.isPlainObject(schema)) {
if (util.isPlainObject(schema) && (schema._type === undefined)) {
if (((schema.options != null) && (schema.options.enforce_extra === true)) ||

@@ -480,0 +480,0 @@ (((schema.options == null) || (schema.options.enforce_extra == null)) && (options.enforce_extra === true))) {

{
"name": "thinky",
"version": "1.13.0",
"version": "1.13.1",
"description": "RethinkDB ORM for Node.js",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc