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

@apollosproject/ui-fragments

Package Overview
Dependencies
Maintainers
4
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.6.1-alpha.18 to 1.6.1-alpha.19

4

package.json
{
"name": "@apollosproject/ui-fragments",
"repository": "git://github.com/apollosproject/apollos-apps.git",
"version": "1.6.1-alpha.18+9e9fdf04",
"version": "1.6.1-alpha.19+cce58492",
"main": "src/index.js",

@@ -46,3 +46,3 @@ "files": [

"license": "SEE LICENSE IN LICENSE.md",
"gitHead": "9e9fdf046c869ca6af09e708d932955349eee608"
"gitHead": "cce584925371dbf7c1de8f04c35dd2c45de61449"
}

@@ -144,2 +144,18 @@ import gql from 'graphql-tag';

const ACTION_BAR_FEATURE_FRAGMENT = gql`
fragment ActionBarFeatureFragment on ActionBarFeature {
id
title
actions {
id
title
icon
action
relatedNode {
...RelatedFeatureNodeFragment
}
}
}
`;
const HERO_LIST_FEATURE_FRAGMENT = gql`

@@ -273,2 +289,3 @@ fragment HeroListFeatureFragment on HeroListFeature {

ACTION_LIST_FEATURE_FRAGMENT,
ACTION_BAR_FEATURE_FRAGMENT,
HERO_LIST_FEATURE_FRAGMENT,

@@ -275,0 +292,0 @@ HORIZONTAL_CARD_LIST_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