Socket
Socket
Sign inDemoInstall

@times-components/schema

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-components/schema - npm Package Compare versions

Comparing version 0.7.4 to 0.7.5-alpha.800

50

fragment-matcher.js

@@ -390,2 +390,10 @@ const apolloCacheInmemory = require("apollo-cache-inmemory");

deprecationReason: null
},
{
name: "contentType",
description: null,
args: [],
type: { kind: "ENUM", name: "ArticleContentType", ofType: null },
isDeprecated: false,
deprecationReason: null
}

@@ -449,2 +457,16 @@ ],

{
kind: "UNION",
name: "CollectionLink",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [
{ kind: "OBJECT", name: "Link", ofType: null },
{ kind: "OBJECT", name: "TopicLink", ofType: null },
{ kind: "OBJECT", name: "CustomLink", ofType: null }
]
},
{
kind: "INTERFACE",

@@ -536,2 +558,16 @@ name: "DraftArticleSlice",

kind: "UNION",
name: "PageTile",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [
{ kind: "OBJECT", name: "ArticleReference", ofType: null },
{ kind: "OBJECT", name: "CustomComponent", ofType: null },
{ kind: "OBJECT", name: "ExternalReference", ofType: null }
]
},
{
kind: "UNION",
name: "PageBlock",

@@ -898,2 +934,16 @@ description: null,

]
},
{
kind: "UNION",
name: "StandardPageSlice",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [
{ kind: "OBJECT", name: "PageSlice", ofType: null },
{ kind: "OBJECT", name: "PaginatedPageSlice", ofType: null },
{ kind: "OBJECT", name: "TopicAuthorSlice", ofType: null }
]
}

@@ -900,0 +950,0 @@ ]

8

package.json
{
"name": "@times-components/schema",
"version": "0.7.4",
"version": "0.7.5-alpha.800+d0c46a76c7",
"main": "fragment-matcher.js",

@@ -30,4 +30,4 @@ "bin": {

"devDependencies": {
"@times-components/eslint-config-thetimes": "0.8.18",
"@times-components/test-utils": "2.4.1",
"@times-components/eslint-config-thetimes": "^0.8.18",
"@times-components/test-utils": "^2.4.2-alpha.800+d0c46a76c7",
"eslint": "5.9.0",

@@ -46,3 +46,3 @@ "prettier": "1.14.3",

},
"gitHead": "b66092e71653e0d25fd131fb1ac747d810313e3b"
"gitHead": "d0c46a76c700fa0ae386e5fedabb357e452e601d"
}

@@ -390,2 +390,10 @@ const apolloCacheInmemory = require("apollo-cache-inmemory");

deprecationReason: null
},
{
name: "contentType",
description: null,
args: [],
type: { kind: "ENUM", name: "ArticleContentType", ofType: null },
isDeprecated: false,
deprecationReason: null
}

@@ -449,2 +457,16 @@ ],

{
kind: "UNION",
name: "CollectionLink",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [
{ kind: "OBJECT", name: "Link", ofType: null },
{ kind: "OBJECT", name: "TopicLink", ofType: null },
{ kind: "OBJECT", name: "CustomLink", ofType: null }
]
},
{
kind: "INTERFACE",

@@ -536,2 +558,16 @@ name: "DraftArticleSlice",

kind: "UNION",
name: "PageTile",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [
{ kind: "OBJECT", name: "ArticleReference", ofType: null },
{ kind: "OBJECT", name: "CustomComponent", ofType: null },
{ kind: "OBJECT", name: "ExternalReference", ofType: null }
]
},
{
kind: "UNION",
name: "PageBlock",

@@ -898,2 +934,16 @@ description: null,

]
},
{
kind: "UNION",
name: "StandardPageSlice",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [
{ kind: "OBJECT", name: "PageSlice", ofType: null },
{ kind: "OBJECT", name: "PaginatedPageSlice", ofType: null },
{ kind: "OBJECT", name: "TopicAuthorSlice", ofType: null }
]
}

@@ -900,0 +950,0 @@ ]

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