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

graphql-tag

Package Overview
Dependencies
Maintainers
6
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-tag - npm Package Compare versions

Comparing version 2.10.4 to 2.11.0

5

CHANGELOG.md
# Change log
### v2.11.0 (2020-07-28)
* `package.json` `sideEffects` changes to clearly identify that `graphql-tag` doesn't have side effects. <br/>
[@hwillson](http://github.com/hwillson) in [#313](https://github.com/apollographql/graphql-tag/pull/313)
### v2.10.4 (2020-07-08)

@@ -4,0 +9,0 @@

3

package.json
{
"name": "graphql-tag",
"version": "2.10.4",
"version": "2.11.0",
"description": "A JavaScript template literal tag that parses GraphQL queries",

@@ -8,2 +8,3 @@ "main": "./lib/graphql-tag.umd.js",

"jsnext:main": "./src/index.js",
"sideEffects": false,
"scripts": {

@@ -10,0 +11,0 @@ "bundle": "rollup -c && cp src/index.js.flow lib/graphql-tag.umd.js.flow",

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