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

graphql-tag

Package Overview
Dependencies
Maintainers
4
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.12.4 to 2.12.5

src/index.js.flow

10

CHANGELOG.md
# Change log
### v2.12.5
* Also publish `src/` directory to npm, enabling source maps. <br/>
[@maclockard](https://github.com/maclockard) in [#403](https://github.com/apollographql/graphql-tag/pull/403)
### v2.12.4 (2021-04-29)

@@ -8,2 +13,7 @@

### v2.12.3
* Update `tslib` dependency to version 2.1.0. <br/>
[@benjamn](http://github.com/benjamn) in [#381](https://github.com/apollographql/graphql-tag/pull/381)
### v2.12.2

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

7

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

@@ -22,2 +22,3 @@ "main": "./main.js",

"lib/",
"src/",
"loader.js",

@@ -45,3 +46,3 @@ "main.js"

"graphql": "^15.4.0",
"mocha": "^8.2.1",
"mocha": "^9.0.1",
"rimraf": "^3.0.2",

@@ -52,3 +53,3 @@ "rollup": "^2.33.1",

"test-all-versions": "^5.0.1",
"typescript": "^4.2.4"
"typescript": "^4.3.4"
},

@@ -55,0 +56,0 @@ "peerDependencies": {

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