Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "apollo-log", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "A logging extension for Apollo GraphQL Server", | ||
"main": "index.js", | ||
"license": "MPL-2.0", | ||
"repository": "shellscape/apollo-log", | ||
"author": "shellscape", | ||
"homepage": "https://github.com/shellscape/apollo-log", | ||
"bugs": "https://github.com/shellscape/apollo-log/issues", | ||
"main": "lib/index.js", | ||
"engines": { | ||
"node": ">= 10.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"ci:coverage": "nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "npm run lint && npm run security", | ||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
"ci:test": "npm run test -- --verbose", | ||
"commitlint": "commitlint", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"lint": "eslint --fix --cache lib test", | ||
"lint-staged": "lint-staged", | ||
"security": "npm audit", | ||
"test": "ava" | ||
}, | ||
"files": [ | ||
"lib/", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"graphql": "^14.3.1", | ||
"loglevelnext": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.0.0", | ||
"@commitlint/config-conventional": "^8.0.0", | ||
"apollo-boost": "^0.3.1", | ||
"apollo-server": "^2.6.1", | ||
"ava": "^2.0.0", | ||
"eslint": "^5.6.1", | ||
"eslint-config-shellscape": "^2.0.2", | ||
"isomorphic-unfetch": "^3.0.0", | ||
"lint-staged": "^8.1.0", | ||
"nyc": "^14.1.1", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^1.14.3", | ||
"sinon": "^7.3.2", | ||
"standard-version": "^6.0.1" | ||
}, | ||
"keywords": [ | ||
"apollo", | ||
"apollo-server", | ||
"graphql", | ||
"log", | ||
"logger", | ||
"server" | ||
], | ||
"author": "Andrew Powell <andrew@shellscape.org>", | ||
"license": "MPL-2.0" | ||
"ava": { | ||
"helpers": [ | ||
"**/helpers/**/*" | ||
] | ||
}, | ||
"pre-commit": "lint-staged", | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"lib/*.js" | ||
], | ||
"exclude": [ | ||
"lib/client*.js", | ||
"test/" | ||
] | ||
} | ||
} |
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
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
24868
4
94
1
1
92
0
3
14
+ Addedchalk@^2.4.2
+ Addedgraphql@^14.3.1
+ Addedloglevelnext@^3.0.1
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedgraphql@14.7.0(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addediterall@1.3.0(transitive)
+ Addedloglevelnext@3.0.1(transitive)
+ Addedsupports-color@5.5.0(transitive)