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

@graphql-markdown/printer-legacy

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-markdown/printer-legacy - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",

@@ -11,0 +11,0 @@ "main": "src/index.js",

@@ -297,3 +297,7 @@ const {

) {
if (typeof type === "undefined" || type === null) {
if (
typeof type === "undefined" ||
type === null ||
hasDirective(type, this.skipDocDirective)
) {
return "";

@@ -300,0 +304,0 @@ }

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