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

edx-db

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-db - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

yarn.lock

14

package.json
{
"name": "edx-db",
"version": "1.0.2",
"version": "1.1.0",
"description": "Open edX database library",

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

"dependencies": {
"debug": "2.2.0",
"mysql": "2.11.1",
"sequelize": "3.24.3"
"debug": "^2.6.0",
"mysql": "^2.12.0",
"sequelize": "^3.29.0"
},

@@ -37,8 +37,8 @@ "devDependencies": {

"gulp-istanbul": "^1.1.1",
"gulp-load-plugins": "^1.3.0",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",
"sqlite3": "^3.1.6",
"gulp-util": "^3.0.8",
"sqlite3": "^3.1.8",
"xunit-file": "^1.0.0"
}
}

@@ -5,2 +5,3 @@ # edx-db-node [![CircleCI](https://circleci.com/gh/IONISx/edx-db-node.svg?style=svg)](https://circleci.com/gh/IONISx/edx-db-node)

[![NSP Status](https://nodesecurity.io/orgs/ionisx/projects/83be9462-ccc1-49a1-99c7-46f6777095c2/badge)](https://nodesecurity.io/orgs/ionisx/projects/83be9462-ccc1-49a1-99c7-46f6777095c2)
[![npm version](https://img.shields.io/npm/v/edx-db.svg)](https://www.npmjs.com/package/edx-db)

@@ -14,3 +15,3 @@ > Open edX database library

```shell
$ npm install -g gulp-cli
$ yarn global add --dev gulp-cli
```

@@ -21,3 +22,3 @@

```shell
$ npm install
$ yarn install
```

@@ -24,0 +25,0 @@

@@ -33,3 +33,3 @@ /* eslint-env mocha */

it('should fail if no connection string is specified', function () {
expect(this.db.connect).to.throw('Parameter \'url\' must be a string, not undefined');
expect(this.db.connect).to.throw('Parameter "url" must be a string, not undefined');
});

@@ -36,0 +36,0 @@

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