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.16.7 to 1.16.8

2

lib/schema.js

@@ -243,3 +243,3 @@ var arrayPrefix = "__array"

if (schema.length > 0) {
result.schema(parse(schema[0]), prefix+"[0]", options);
result.schema(parse(schema[0], prefix+"[0]", options));
}

@@ -246,0 +246,0 @@ return result;

{
"name": "thinky",
"version": "1.16.7",
"version": "1.16.8",
"description": "RethinkDB ORM for Node.js",

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

@@ -123,2 +123,3 @@ # Thinky

- [chrisfosterelli](https://github.com/chrisfosterelli)
- [colprog](https://github.com/colprog)

@@ -125,0 +126,0 @@ - [dulichan](https://github.com/dulichan)

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