Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-log

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-log - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

lib/index.js

74

package.json
{
"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/"
]
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc