Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "apollo-log", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A logging plugin for Apollo GraphQL Server", | ||
@@ -27,3 +27,3 @@ "license": "MPL-2.0", | ||
"pretest": "pnpm build", | ||
"security": "pnpm audit --audit-level=moderate", | ||
"security": "pnpm audit --audit-level=high --prod", | ||
"test": "ava" | ||
@@ -30,0 +30,0 @@ }, |
@@ -63,11 +63,13 @@ [tests]: https://img.shields.io/circleci/project/github/shellscape/apollo-log.svg | ||
Type: `Record<string, boolean>`<br> | ||
Default: ```js | ||
Default: | ||
```js | ||
{ | ||
didEncounterErrors: true, | ||
didResolveOperation: false, | ||
executionDidStart: false, | ||
parsingDidStart: false, | ||
responseForOperation: false, | ||
validationDidStart: false, | ||
willSendResponse: true | ||
didEncounterErrors: true, | ||
didResolveOperation: false, | ||
executionDidStart: false, | ||
parsingDidStart: false, | ||
responseForOperation: false, | ||
validationDidStart: false, | ||
willSendResponse: true | ||
} | ||
@@ -80,2 +82,3 @@ | ||
### `mutate` | ||
Type: `Function` | ||
@@ -87,2 +90,3 @@ Default: `(data: Record<string, string>) => Record<string, string>` | ||
#### `prefix` | ||
Type: `String`<br> | ||
@@ -94,2 +98,3 @@ Default: `apollo` | ||
#### `timestamp` | ||
Type: `Boolean` | ||
@@ -104,2 +109,5 @@ | ||
[LICENSE (Mozilla Public License)](./LICENSE) | ||
``` | ||
``` |
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
30390
109