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

iw-mysql-wrapper

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

iw-mysql-wrapper - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

13

Gruntfile.js

@@ -39,7 +39,14 @@ module.exports = function (grunt) {

}
},
"bump": {
"options": {
commitMessage: 'release %VERSION%',
commitFiles: [ "-a" ],
tagName: '%VERSION%',
tagMessage: 'version %VERSION%',
pushTo: 'origin'
}
}
});
grunt.renameTask("release", "_release");
grunt.registerTask("default", ["jshint:dist", "test"]);

@@ -51,5 +58,5 @@ grunt.registerTask("test", ["mochaTest"]);

if (bump != "patch" && bump != "minor" && bump != "major") grunt.fail.fatal("Please pass --bump");
grunt.task.run(["checkbranch:master", "checkpending", "_release:" + bump]);
grunt.task.run(["checkbranch:master", "checkpending", "default", "bump:" + bump]);
});
};
{
"name": "iw-mysql-wrapper",
"version": "2.1.0",
"version": "2.1.1",
"description": "Internal wrapper: promises, logging, binding",

@@ -27,2 +27,3 @@ "main": "index.js",

"grunt": "0.4.x",
"grunt-bump": "0.3.x",
"grunt-checkbranch": "0.3.x",

@@ -34,3 +35,2 @@ "grunt-checkpending": "0.1.x",

"grunt-mocha-test": "0.12.x",
"grunt-release": "0.11.x",
"load-grunt-tasks": "3.x",

@@ -37,0 +37,0 @@ "mocha": "2.x",

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