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

js-data-rethinkdb

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-data-rethinkdb - npm Package Compare versions

Comparing version 3.0.0-alpha.13 to 3.0.0-beta.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

##### 3.0.0-beta.1 - 17 April 2016
Official v3 beta release
###### Other
- Upgraded dependencies
##### 3.0.0-alpha.13 - 17 March 2016

@@ -2,0 +9,0 @@

@@ -286,2 +286,24 @@ 'use strict';

/**
* Details of the current version of the `js-data-rethinkdb` module.
*
* @name RethinkDBAdapter.version
* @type {Object}
* @property {string} full The full semver value.
* @property {number} major The major version number.
* @property {number} minor The minor version number.
* @property {number} patch The patch version number.
* @property {(string|boolean)} alpha The alpha version value, otherwise `false`
* if the current version is not alpha.
* @property {(string|boolean)} beta The beta version value, otherwise `false`
* if the current version is not beta.
*/
RethinkDBAdapter.version = {
beta: 1,
full: '3.0.0-beta.1',
major: 3,
minor: 0,
patch: 0
};
RethinkDBAdapter.OPERATORS = OPERATORS;

@@ -288,0 +310,0 @@

23

package.json
{
"name": "js-data-rethinkdb",
"description": "RethinkDB adapter for js-data.",
"version": "3.0.0-alpha.13",
"version": "3.0.0-beta.1",
"homepage": "https://github.com/js-data/js-data-rethinkdb",

@@ -37,3 +37,3 @@ "repository": {

"lint": "repo-tools lint src/index.js mocha.start.js test/**/*.js scripts/**.js rollup.config.js",
"bundle": "rollup -c rollup.config.js -f cjs -o dist/js-data-rethinkdb.js -m dist/js-data-rethinkdb.js.map src/index.js",
"bundle": "rollup -c rollup.config.js -f cjs -o dist/js-data-rethinkdb.js -m dist/js-data-rethinkdb.js.map src/index.js && repo-tools write-version dist/js-data-rethinkdb.js",
"doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src && node scripts/cleanup.js",

@@ -47,25 +47,24 @@ "watch": "watch \"npm run bundle\" src/",

"release": "npm test && npm run doc && npm run repo-tools",
"ci": "npm run test && cat coverage/lcov.info | coveralls || true"
"ci": "npm run test && cat coverage/lcov.info | codecov || true"
},
"dependencies": {
"js-data-adapter": "0.2.3",
"mout": "0.12.0"
"js-data-adapter": "~0.3.0",
"mout": "1.0.0"
},
"peerDependencies": {
"js-data": "^3.0.0-alpha.19",
"js-data": "^3.0.0-beta.1",
"rethinkdbdash": ">=1.15.0"
},
"devDependencies": {
"babel-core": "6.7.2",
"babel-polyfill": "6.7.2",
"babel-core": "6.7.6",
"babel-polyfill": "6.7.4",
"babel-preset-es2015-rollup": "1.1.1",
"chai": "3.5.0",
"coveralls": "2.11.8",
"ink-docstrap": "1.1.4",
"istanbul": "0.4.2",
"istanbul": "0.4.3",
"js-data-adapter-tests": "^2.0.0-alpha.15",
"js-data-repo-tools": "0.2.0",
"js-data-repo-tools": "0.3.0",
"jsdoc": "3.4.0",
"mocha": "2.4.5",
"rollup": "0.25.4",
"rollup": "0.25.8",
"rollup-plugin-babel": "2.4.0",

@@ -72,0 +71,0 @@ "sinon": "1.17.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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