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.4.3 to 1.5.0-next.0

dist/badge.d.ts

58

package.json

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

},
"version": "1.4.3",
"version": "1.5.0-next.0",
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/graphql-markdown/graphql-markdown.git"
"url": "graphql-markdown/graphql-markdown",
"directory": "packages/utils"
},

@@ -19,11 +19,48 @@ "author": {

},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"default": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./*": {
"require": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
},
"import": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
},
"default": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
}
},
"./package.json": "./package.json"
},
"scripts": {
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"test": "jest",
"stryker": "stryker run"
"stryker": "stryker run",
"clean": "rm -rf ./dist"
},
"dependencies": {
"@graphql-markdown/utils": "^1.5.1"
"@graphql-markdown/graphql": "^1.0.0-next.0",
"@graphql-markdown/utils": "^1.6.0-next.0"
},
"devDependencies": {
"@graphql-markdown/types": "^1.0.0-next.0"
},
"directories": {

@@ -36,4 +73,11 @@ "test": "tests"

"publishConfig": {
"directory": "dist",
"access": "public"
}
},
"typescript": {
"definition": "dist/index.d.ts"
},
"files": [
"dist"
]
}
src/badge.js
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