New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apollo-deprecated-highlight-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-deprecated-highlight-client - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "apollo-deprecated-highlight-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "This is the client of apollo-deprecated-highlight",

@@ -5,0 +5,0 @@ "main": "index.js",

# apollo-deprecated-highlight-client
This is the client of (apollo-deprecated-highlight)[https://www.npmjs.com/package/apollo-deprecated-highlight] and (apollo3-deprecated-highlight)[https://www.npmjs.com/package/apollo3-deprecated-highlight]. The `apollo-deprecated-highlight` will generate the `extensions.deprecations` fields of the response. This client reads the `extensions` of the response and generate console warn to let the engineer can see the warning message in the console.
This is the client of [apollo-deprecated-highlight](https://www.npmjs.com/package/apollo-deprecated-highlight) and [apollo3-deprecated-highlight](https://www.npmjs.com/package/apollo3-deprecated-highlight). The `apollo-deprecated-highlight` will generate the `extensions.deprecations` fields of the response. This client reads the `extensions` of the response and generate console warn to let the engineer can see the warning message in the console.

@@ -4,0 +4,0 @@ ## How to use it

@@ -47,3 +47,3 @@ {

/* Emit */
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "declarationMap": true, /* Create sourcemaps for d.ts files. */

@@ -53,3 +53,3 @@ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */

// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
// "outDir": "./", /* Specify an output folder for all emitted files. */
"outDir": "./lib", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */

@@ -104,3 +104,5 @@ // "noEmit": true, /* Disable emitting files from a compilation. */

"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
}
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