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

@ts-gql/tag

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-gql/tag - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

6

CHANGELOG.md
# @ts-gql/tag
## 0.5.1
### Patch Changes
- [`89bbe8b`](https://github.com/Thinkmill/ts-gql/commit/89bbe8bbd8c3ed3fd3d42ccb5fb0bfacb0d15575) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix the type of the `documents` field
## 0.5.0

@@ -4,0 +10,0 @@

2

index.d.ts

@@ -7,3 +7,3 @@ import { DocumentNode } from "graphql";

result: any;
documents: Record<string, BaseDocumentTypes>;
documents: Record<string, TypedDocumentNode<BaseDocumentTypes>>;
};

@@ -10,0 +10,0 @@

{
"name": "@ts-gql/tag",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/tag.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/tag.esm.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