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 1.0.1 to 1.0.2

4

package.json
{
"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)
```
```
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