New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

juttle-sql-adapter-common

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juttle-sql-adapter-common - npm Package Compare versions

Comparing version

to
0.2.0

@@ -63,5 +63,5 @@ //override filter compilation with these functions.

},
visitMomentConstant: function(node) {
visitMomentLiteral: function(node) {
return new Date(node.value);
}
};
{
"name": "juttle-sql-adapter-common",
"version": "0.1.1",
"version": "0.2.0",
"description": "Code shared by Juttle adapters for SQL databases",
"keywords": ["juttle", "adapter", "sql"],
"keywords": [
"juttle",
"adapter",
"sql"
],
"homepage": "https://github.com/juttle/juttle-sql-adapter-common",

@@ -15,3 +19,3 @@ "bugs": "https://github.com/juttle/juttle-sql-adapter-common/issues",

"style": "jscs *.js test/*.js lib/*.js",
"lint": "npm run jshint & npm run style"
"lint": "npm run jshint && npm run style"
},

@@ -31,3 +35,3 @@ "dependencies": {

"peerDependencies": {
"juttle": "^0.1.0"
"juttle": "^0.2.0"
},

@@ -34,0 +38,0 @@ "engines": {

Sorry, the diff of this file is not supported yet