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 2.0.9 to 2.0.10

7

lib/schema.js

@@ -208,3 +208,8 @@ var arrayPrefix = "__array"

else if (type.isArray(schema)) {
schema._schema = parse(schema._schema, prefix, options);
if (schema._schema == undefined) {
schema._schema = parse(type.any(), prefix, options);
}
else {
schema._schema = parse(schema._schema, prefix, options);
}
}

@@ -211,0 +216,0 @@

2

package.json
{
"name": "thinky",
"version": "2.0.9",
"version": "2.0.10",
"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