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

@gql2ts/util

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gql2ts/util - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0-alpha.b2b26790

dist/util.d.ts

1

dist/index.d.ts
export { readFile, writeToFile, safeJSONParse } from './fileIO';
export { PossibleIntrospectionInputs, PossibleSchemaInput, isIntrospectionResult, schemaFromInputs, isList, isNonNullable, isEnum } from './schema';
export { getDocTags, IJSDocTag, buildDocumentation, IFieldDocumentation } from './parser';
export { filterAndJoinArray } from './util';

@@ -16,2 +16,4 @@ "use strict";

exports.buildDocumentation = parser_1.buildDocumentation;
var util_1 = require("./util");
exports.filterAndJoinArray = util_1.filterAndJoinArray;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@gql2ts/util",
"private": false,
"version": "1.6.0",
"version": "1.7.0-alpha.b2b26790",
"description": "utilities for gql2ts",

@@ -6,0 +6,0 @@ "main": "dist/index.js",

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