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.4.1 to 0.4.2

11

lib/Environment.js

@@ -17,6 +17,2 @@ 'use strict';

var _assert = require('assert');
var _assert2 = _interopRequireDefault(_assert);
var _Table2 = require('./Table');

@@ -26,2 +22,4 @@

var debug = require('debug')('nothinkdb:Environment');
var Environment = (function () {

@@ -45,3 +43,6 @@ function Environment() {

_assert2['default'].equal(this.hasTable(tableName), false, 'tableName: \'' + tableName + '\' is already defined');
if (this.hasTable(tableName)) {
debug('[createTable] tableName: \'' + tableName + '\' is already defined');
return this.getTable(tableName);
}

@@ -48,0 +49,0 @@ var table = new this.Table(options);

{
"name": "nothinkdb",
"version": "0.4.1",
"version": "0.4.2",
"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