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

@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.0 to 1.4.1-alpha.10

4

package.json
{
"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,
};
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