Socket
Socket
Sign inDemoInstall

@apollosproject/ui-fragments

Package Overview
Dependencies
Maintainers
3
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollosproject/ui-fragments - npm Package Compare versions

Comparing version 1.4.1-alpha.27 to 1.4.1-alpha.28

4

package.json
{
"name": "@apollosproject/ui-fragments",
"version": "1.4.1-alpha.27+2402300",
"version": "1.4.1-alpha.28+a2c24ae",
"homepage": "https://github.com/ApollosProject/apollos-prototype#readme",

@@ -46,3 +46,3 @@ "main": "src/index.js",

"license": "SEE LICENSE IN LICENSE.md",
"gitHead": "24023003eaa424d3fff59e3a007710dfa34c739c"
"gitHead": "a2c24aee8f73dd6788e6da28a8ef0e7deb8c7481"
}

@@ -13,2 +13,25 @@ import gql from 'graphql-tag';

const PRAYER_LIST_FEATURE_FRAGMENT = gql`
fragment PrayerListFeatureFragment on PrayerListFeature {
id
title
subtitle
isCard
prayers {
__typename
id
text
isPrayed
requestor {
id
nickName
firstName
photo {
uri
}
}
}
}
`;
const FEED_FEATURES_FRAGMENT = gql`

@@ -35,2 +58,7 @@ fragment FeedFeaturesFragment on Feature {

}
... on PrayerListFeature {
title
subtitle
isCard
}
}

@@ -216,3 +244,4 @@ `;

WEBVIEW_FEATURE_FRAGMENT,
PRAYER_LIST_FEATURE_FRAGMENT,
RELATED_NODE_FRAGMENT,
};
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