Socket
Socket
Sign inDemoInstall

graphql.macro

Package Overview
Dependencies
83
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

10

CHANGELOG.md

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

## Unreleased (2019-01-25)
## Unreleased (2019-01-26)
## <small>1.3.3 (2019-01-26)</small>
- 1.3.3 ([ef51618](https://github.com/evenchange4/graphql.macro/commit/ef51618))
- chore(deps): update dependency jest to v24.0.0 (#57) ([3640743](https://github.com/evenchange4/graphql.macro/commit/3640743)), closes [#57](https://github.com/evenchange4/graphql.macro/issues/57)
- chore(travis): use node 11.8.0 ([d3fa015](https://github.com/evenchange4/graphql.macro/commit/d3fa015))
- feat(ts): Add typescript types (#56) ([99d0484](https://github.com/evenchange4/graphql.macro/commit/99d0484)), closes [#56](https://github.com/evenchange4/graphql.macro/issues/56)
- docs(CHANGELOG): release 1.3.2 ([2958e42](https://github.com/evenchange4/graphql.macro/commit/2958e42))
## <small>1.3.2 (2019-01-25)</small>

@@ -4,0 +12,0 @@

21

package.json
{
"name": "graphql.macro",
"version": "1.3.3",
"version": "1.3.4",
"main": "lib/index.js",

@@ -18,3 +18,3 @@ "module": "es/index.js",

"flow": "flow",
"flow-coverage": "hsu-scripts flow --threshold 66",
"flow-coverage": "hsu-scripts flow --threshold 71",
"eslint": "eslint ./",

@@ -26,3 +26,3 @@ "format": "prettier --write '**/*.{js,json,md,css,yaml,yml}' '*.{js,json,md,css,yaml,yml}'",

"babel-literal-to-ast": "^2.0.0",
"babel-plugin-macros": "^2.4.5",
"babel-plugin-macros": "^2.5.0",
"graphql-tag": "^2.10.1"

@@ -36,10 +36,10 @@ },

"conventional-changelog-cli": "2.0.11",
"eslint": "5.12.1",
"flow-bin": "0.91.0",
"eslint": "5.13.0",
"flow-bin": "0.92.1",
"graphql": "14.1.1",
"hsu-scripts": "1.0.2",
"hsu-scripts": "1.0.5",
"husky": "1.3.1",
"jest": "24.0.0",
"lint-staged": "8.1.0",
"prettier": "1.16.1"
"jest": "24.1.0",
"lint-staged": "8.1.3",
"prettier": "1.16.4"
},

@@ -54,3 +54,4 @@ "jest": {

"<rootDir>/lib/",
"<rootDir>/es/"
"<rootDir>/es/",
"<rootDir>/src/__tests__/flow.test.js"
],

@@ -57,0 +58,0 @@ "resetMocks": true,

@@ -74,3 +74,3 @@ # graphql.macro

- node >= 11.8.0
- node >= 11.9.0
- yarn >= 1.13.0

@@ -77,0 +77,0 @@

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