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

rethinkdb-fixtures

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rethinkdb-fixtures - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

bin/delete.js

@@ -18,3 +18,3 @@ 'use strict';

const prep = require('../index')
.Prepare({ db: DB });
.Base({ db: DB });

@@ -21,0 +21,0 @@ prep.connect()

@@ -18,3 +18,3 @@ 'use strict';

}
return function () {}
return function () {};
};

@@ -21,0 +21,0 @@

@@ -27,5 +27,5 @@ 'use strict';

module.exports = function(options,tables) {
module.exports = function (options,tables) {
return _delete.call(new Base(options),tables);
};

@@ -30,5 +30,5 @@ 'use strict';

module.exports = function(options,fixture) {
module.exports = function (options,fixture) {
return insert.call(new Base(options),fixture);
};

@@ -36,4 +36,4 @@ 'use strict';

return Promise.resolve(Object.assign(...fixtures));
return Promise.resolve(Object.assign.apply(undefined, fixtures));
});
};
{
"name": "rethinkdb-fixtures",
"version": "0.0.4",
"version": "0.0.5",
"description": "Easily load fixtures into Rethinkdb. Useful for testing.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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