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

@magidoc/rollup-plugin-gql-schema

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magidoc/rollup-plugin-gql-schema - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

4

build/schema/print.js

@@ -25,3 +25,5 @@ import { printSchema, isSpecifiedScalarType, print, isSpecifiedDirective } from 'graphql';

return accum;
return !isSpecifiedDirective(d) ? (accum += `${print(d.astNode)}\n`) : accum;
return !isSpecifiedDirective(d)
? (accum += `${print(d.astNode)}\n`)
: accum;
}, str + `${schema.astNode ? print(schema.astNode) : ''}\n`);

@@ -28,0 +30,0 @@ }

@@ -5,3 +5,3 @@ {

"private": false,
"version": "4.1.0",
"version": "4.1.1",
"type": "module",

@@ -25,15 +25,15 @@ "license": "MIT",

"dependencies": {
"axios": "^1.4.0",
"axios": "^1.5.1",
"fast-glob": "^3.3.1",
"graphql": "^16.6.0"
"graphql": "^16.8.1"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/prettier": "^2.7.2",
"@vitest/coverage-c8": "^0.31.1",
"nock": "^13.3.1",
"rollup": "^3.22.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vitest": "^0.31.1"
"@types/node": "^20.8.4",
"@types/prettier": "^3.0.0",
"@vitest/coverage-v8": "^0.34.6",
"nock": "^13.3.3",
"rollup": "^4.0.2",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vitest": "^0.34.6"
},

@@ -40,0 +40,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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