graphql-artisan
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "graphql-artisan", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "TypeScript compatible GraphQL generator.", | ||
"main": "dist/index.js", | ||
"main": "index", | ||
"author": "Juho Vähä-Herttua", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"clean": "rm -rf coverage dist", | ||
"clean": "rm -rf coverage index.* lib codegen", | ||
"test": "jest --verbose --forceExit --detectOpenHandles --coverage", | ||
@@ -33,3 +33,2 @@ "test-coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls", | ||
"@types/jest": "^23.3.2", | ||
"@types/node": "^10.10.3", | ||
"coveralls": "^3.0.2", | ||
@@ -36,0 +35,0 @@ "graphql": "^14.0.2", |
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
9
0
64575
22
854
1