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.3.0 to 0.3.1

8

lib/nothinkdb.js

@@ -27,2 +27,8 @@ 'use strict';

exports.schema = _schema3['default'];
exports.schema = _schema3['default'];
var _rethinkdb = require('rethinkdb');
var _rethinkdb2 = _interopRequireDefault(_rethinkdb);
exports.r = _rethinkdb2['default'];

2

package.json
{
"name": "nothinkdb",
"version": "0.3.0",
"version": "0.3.1",
"description": "Functional toolkit for rethinkdb",

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

@@ -1,2 +0,2 @@

[![npm version](https://badge.fury.io/js/nothinkdb.svg)](https://badge.fury.io/js/nothinkdb) [![Build Status](https://travis-ci.org/ironhee/nothinkdb.svg?branch=master)](https://travis-ci.org/ironhee/nothinkdb)
[![npm version](https://badge.fury.io/js/nothinkdb.svg)](https://badge.fury.io/js/nothinkdb) [![Build Status](https://travis-ci.org/ironhee/nothinkdb.svg?branch=master)](https://travis-ci.org/ironhee/nothinkdb)

@@ -22,5 +22,4 @@ # Nothinkdb

```js
import r from 'rethinkdb';
import Joi from 'joi';
import { Table, schema } from 'nothinkdb';
import { r, Table, schema } from 'nothinkdb';

@@ -27,0 +26,0 @@ const userTable = new Table({

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