@apollosproject/ui-fragments
Advanced tools
Comparing version 1.4.0 to 1.4.1-alpha.10
{ | ||
"name": "@apollosproject/ui-fragments", | ||
"version": "1.4.0", | ||
"version": "1.4.1-alpha.10+2143843", | ||
"homepage": "https://github.com/ApollosProject/apollos-prototype#readme", | ||
@@ -46,3 +46,3 @@ "main": "src/index.js", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"gitHead": "292c3b704f368fd7e6508be7ec28bc9c589f4c66" | ||
"gitHead": "2143843753ed3911390eccf5fe127c412e731eba" | ||
} |
@@ -57,2 +57,3 @@ import gql from 'graphql-tag'; | ||
...ScriptureFeatureFragment | ||
...WebviewFeatureFragment | ||
} | ||
@@ -186,2 +187,10 @@ `; | ||
const WEBVIEW_FEATURE_FRAGMENT = gql` | ||
fragment WebviewFeatureFragment on WebviewFeature { | ||
linkText | ||
title | ||
url | ||
} | ||
`; | ||
export { | ||
@@ -197,2 +206,3 @@ TEXT_FEATURE_FRAGMENT, | ||
FEED_FEATURES_FRAGMENT, | ||
WEBVIEW_FEATURE_FRAGMENT, | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
452
18648
12
3