Socket
Socket
Sign inDemoInstall

graphql-query-compress

Package Overview
Dependencies
1
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

Gruntfile.js
/*
** graphql-query-compress -- Compress a GraphQL Query String
** Copyright (c) 2017-2019 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2017-2019 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

/*
** graphql-query-compress -- Compress a GraphQL Query String
** Copyright (c) 2017-2019 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2017-2019 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

/*
** graphql-query-compress -- Compress a GraphQL Query String
** Copyright (c) 2017-2019 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2017-2019 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -34,3 +34,3 @@ ** Permission is hereby granted, free of charge, to any person obtaining

** graphql-query-compress -- Compress a GraphQL Query String
** Copyright (c) 2017-2019 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2017-2019 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -37,0 +37,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

Copyright (c) 2017-2019 Ralf S. Engelschall (http://engelschall.com/)
Copyright (c) 2017-2019 Dr. Ralf S. Engelschall (http://engelschall.com/)

@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining

{
"name": "graphql-query-compress",
"version": "1.2.1",
"version": "1.2.2",
"description": "Compress a GraphQL Query String",

@@ -15,3 +15,3 @@ "keywords": [ "graphql", "query", "compress" ],

"author": {
"name": "Ralf S. Engelschall",
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",

@@ -23,14 +23,14 @@ "url": "http://engelschall.com"

"dependencies": {
"tokenizr": "1.5.2"
"tokenizr": "1.5.3"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-eslint": "21.0.0",
"grunt-eslint": "21.1.0",
"grunt-browserify": "5.3.0",
"browserify": "16.2.3",
"babelify": "10.0.0",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.3.1",
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"uglifyify": "5.0.1",

@@ -41,8 +41,8 @@ "browserify-header": "1.0.0",

"babel-eslint": "10.0.1",
"eslint": "5.13.0",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1"
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-node": "9.1.0"
},

@@ -49,0 +49,0 @@ "scripts": {

@@ -50,3 +50,3 @@

Copyright &copy; 2017-2019 Ralf S. Engelschall (http://engelschall.com/)
Copyright &copy; 2017-2019 Dr. Ralf S. Engelschall (http://engelschall.com/)

@@ -53,0 +53,0 @@ Permission is hereby granted, free of charge, to any person obtaining

/*
** graphql-query-compress -- Compress a GraphQL Query String
** Copyright (c) 2017-2019 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2017-2019 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

/*
** graphql-query-compress -- Compress a GraphQL Query String
** Copyright (c) 2017-2019 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2017-2019 Dr. Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc