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.0.5 to 1.0.6

18

lib/document.js

@@ -359,8 +359,2 @@ var eventEmitter = require('events').EventEmitter;

}
else if (localOptions.enforce_type === "strict") {
util.strictType(prefix, "date");
}
else if (localOptions.enforce_type !== "none") {
util.looseType(prefix, "date");
}
}

@@ -414,8 +408,2 @@ else if (doc === null) {

}
else if (localOptions.enforce_type === "strict") {
util.strictType(prefix, "array");
}
else if (localOptions.enforce_type !== "none") {
util.looseType(prefix, "array");
}
}

@@ -461,8 +449,2 @@ else if (doc === null) {

}
else if (localOptions.enforce_type === "strict") {
util.strictType(prefix, "object");
}
else if (localOptions.enforce_type !== "none") {
util.looseType(prefix, "object");
}
}

@@ -469,0 +451,0 @@ else if (doc === null) {

2

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