Comparing version 0.8.0 to 0.9.0
10
index.js
@@ -7,7 +7,7 @@ /** | ||
*/ | ||
var loader = require('./src/loader.js'), | ||
helpers = require('./src/helpers.js'), | ||
Batch = require('./src/batch.js'), | ||
Expression = require('./src/expression.js'), | ||
Query = require('./src/query.js'); | ||
var loader = require('./loader.js'), | ||
helpers = require('./helpers.js'), | ||
Batch = require('./batch.js'), | ||
Expression = require('./expression.js'), | ||
Query = require('./query.js'); | ||
@@ -14,0 +14,0 @@ // Version |
{ | ||
"name": "decypher", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "A handful of cypher utilities for Node.js", | ||
@@ -29,5 +29,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@yomguithereal/eslint-config": "^2.0.0", | ||
"eslint": "^2.1.0", | ||
"mocha": "^2.1.0" | ||
"@yomguithereal/eslint-config": "^3.0.0", | ||
"eslint": "^3.8.0", | ||
"mocha": "^3.1.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
32530
12
730
1
432
1