Socket
Socket
Sign inDemoInstall

larvitdbmigration

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitdbmigration - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

testmigrations/4.js

2

index.js
'use strict';
const async = require('async'),
mysql = require('mysql'),
mysql = require('mysql2'),
log = require('winston'),

@@ -6,0 +6,0 @@ fs = require('fs'),

@@ -10,6 +10,6 @@ {

"dependencies": {
"async": "^1.5.2",
"larvitdb": "^1.2.0",
"async": "^2.0.1",
"larvitdb": "^1.2.1",
"lodash": "^4.7.0",
"mysql": "^2.10.2",
"mysql2": "^1.0.0-rc.11",
"winston": "^2.2.0"

@@ -19,4 +19,4 @@ },

"devDependencies": {
"eslint": "^2.6.0",
"mocha": "^2.4.5",
"eslint": "^3.3.1",
"mocha": "^3.0.2",
"pre-git": "^3.8.1"

@@ -40,3 +40,3 @@ },

},
"version": "1.1.1",
"version": "1.2.0",
"readmeFilename": "README.md",

@@ -43,0 +43,0 @@ "scripts": {

@@ -119,2 +119,11 @@ 'use strict';

});
it('Make sure function nr 2 works', function(done) {
db.query('SELECT multi_three(4) AS foo', function(err, rows) {
assert( ! err, 'err should be negative');
assert.deepEqual(rows[0].foo, 12);
done();
});
});
});
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