Socket
Socket
Sign inDemoInstall

gql-tag

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql-tag - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.es.js

5

CHANGELOG.md

@@ -5,3 +5,8 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/forsigner/gql-tag/compare/v1.0.0...v1.0.1) (2018-12-07)
<a name="1.0.0"></a>
# 1.0.0 (2018-12-07)

4

dist/index.d.ts

@@ -1,3 +0,1 @@

declare type F = () => any;
declare const fn: F;
export default fn;
export default function gql(literals: TemplateStringsArray, ...values: any[]): string;
{
"name": "gql-tag",
"version": "1.0.0",
"version": "1.0.1",
"description": "gql-tag like but not convert to AST",

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

@@ -22,3 +22,3 @@ # gql-tag

query Todos($id: ID) {
user(id: 5) {
todo(id: 5) {
id

@@ -32,3 +32,3 @@ title

query Todos($id: ID) {
user(id: 5) {
todo(id: 5) {
id

@@ -35,0 +35,0 @@ title

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