Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "ghost-gql", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Filter query language for Ghost", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha", | ||
"build": "grunt build" | ||
}, | ||
"author": "Ghost Foundation", | ||
@@ -16,3 +21,16 @@ "homepage": "http://ghost.org", | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"lodash": "3.10.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "0.4.5", | ||
"grunt-mocha-istanbul": "2.4.0", | ||
"grunt-shell": "1.1.2", | ||
"jison": "0.4.15", | ||
"knex": "0.8.6", | ||
"mocha": "2.2.5", | ||
"should": "7.0.1", | ||
"sinon": "1.15.4" | ||
} | ||
} |
# GQL | ||
Filter query language for working with Ghost's JSON API | ||
GQL is a filter query language for working with Ghost's JSON API | ||
It allows for parsing filter strings of the form `featured:true+tags.count:>10`, `tags:photo,tags:video`, etc | ||
The full spec can be found in <https://github.com/TryGhost/Ghost/issues/5604> | ||
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
83670
21
1848
11
1
8
1
+ Addedlodash@3.10.0
+ Addedlodash@3.10.0(transitive)