eslint-plugin-relay
Advanced tools
Comparing version
{ | ||
"name": "eslint-plugin-relay", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "ESLint plugin for Relay.", | ||
@@ -20,3 +20,3 @@ "main": "eslint-plugin-relay", | ||
"dependencies": { | ||
"graphql": "^0.12.3" | ||
"graphql": "^0.13.0" | ||
}, | ||
@@ -27,4 +27,4 @@ "devDependencies": { | ||
"mocha": "^3.5.0", | ||
"prettier": "^1.9.2" | ||
"prettier": "^1.10.2" | ||
} | ||
} |
@@ -127,3 +127,3 @@ /** | ||
'generated flow type `{{type}}`. See ' + | ||
'https://facebook.github.io/relay/docs/relay-compiler.html#importing-generated-definitions.', | ||
'https://facebook.github.io/relay/docs/en/graphql-in-relay.html#importing-generated-definitions', | ||
data: { | ||
@@ -179,3 +179,3 @@ prop: propName, | ||
'Component property `{{prop}}` expects to use the generated ' + | ||
'`{{type}}` flow type. See https://facebook.github.io/relay/docs/relay-compiler.html#importing-generated-definitions.', | ||
'`{{type}}` flow type. See https://facebook.github.io/relay/docs/en/graphql-in-relay.html#importing-generated-definitions', | ||
data: { | ||
@@ -410,3 +410,3 @@ prop: propName, | ||
'Component property `{{prop}}` expects to use the ' + | ||
'generated `{{type}}` flow type. See https://facebook.github.io/relay/docs/relay-compiler.html#importing-generated-definitions.', | ||
'generated `{{type}}` flow type. See https://facebook.github.io/relay/docs/en/graphql-in-relay.html#importing-generated-definitions', | ||
data: { | ||
@@ -413,0 +413,0 @@ prop: propName, |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
34948
0.04%0
-100%+ Added
+ Added
- Removed
- Removed
Updated