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

nothinkdb

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nothinkdb - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

4

lib/schema.js

@@ -23,6 +23,6 @@ 'use strict';

return new Date();
}, 'time of creation'),
}, 'time of creation').meta({ index: true }),
updatedAt: _joi2['default'].date()['default'](function () {
return new Date();
}, 'time of updated')
}, 'time of updated').meta({ index: true })
};

@@ -29,0 +29,0 @@

{
"name": "nothinkdb",
"version": "0.5.2",
"version": "0.5.3",
"description": "Functional toolkit for rethinkdb",

@@ -5,0 +5,0 @@ "main": "lib/nothinkdb.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