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.3 to 0.7.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.7.4](https://github.com/newsuk/times-components/compare/@times-components/schema@0.7.3...@times-components/schema@0.7.4) (2023-03-20)
**Note:** Version bump only for package @times-components/schema
## [0.7.3](https://github.com/newsuk/times-components/compare/@times-components/schema@0.7.2...@times-components/schema@0.7.3) (2022-08-18)

@@ -8,0 +16,0 @@

24

fragment-matcher.js

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

{
name: "dataSource",
description: null,
args: [],
type: { kind: "ENUM", name: "DataSource", ofType: null },
isDeprecated: false,
deprecationReason: null
},
{
name: "dropcapsDisabled",

@@ -527,2 +535,12 @@ description: null,

kind: "UNION",
name: "PageBlock",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [{ kind: "OBJECT", name: "Collection", ofType: null }]
},
{
kind: "UNION",
name: "PuffMainLinkRef",

@@ -787,3 +805,4 @@ description: null,

{ kind: "OBJECT", name: "PuffSlice", ofType: null },
{ kind: "OBJECT", name: "DailyUniversalRegister", ofType: null }
{ kind: "OBJECT", name: "DailyUniversalRegister", ofType: null },
{ kind: "OBJECT", name: "ContainerSlice", ofType: null }
]

@@ -843,3 +862,4 @@ },

{ kind: "OBJECT", name: "TwoPicAndSixNoPicSlice", ofType: null },
{ kind: "OBJECT", name: "PuffSlice", ofType: null }
{ kind: "OBJECT", name: "PuffSlice", ofType: null },
{ kind: "OBJECT", name: "ContainerSlice", ofType: null }
]

@@ -846,0 +866,0 @@ },

6

package.json
{
"name": "@times-components/schema",
"version": "0.7.3",
"version": "0.7.4",
"main": "fragment-matcher.js",

@@ -31,3 +31,3 @@ "bin": {

"@times-components/eslint-config-thetimes": "0.8.18",
"@times-components/test-utils": "2.4.0",
"@times-components/test-utils": "2.4.1",
"eslint": "5.9.0",

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

},
"gitHead": "fe2f12b7448a88662c53f840772282cd97756c5c"
"gitHead": "b66092e71653e0d25fd131fb1ac747d810313e3b"
}

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

{
name: "dataSource",
description: null,
args: [],
type: { kind: "ENUM", name: "DataSource", ofType: null },
isDeprecated: false,
deprecationReason: null
},
{
name: "dropcapsDisabled",

@@ -527,2 +535,12 @@ description: null,

kind: "UNION",
name: "PageBlock",
description: null,
fields: null,
inputFields: null,
interfaces: null,
enumValues: null,
possibleTypes: [{ kind: "OBJECT", name: "Collection", ofType: null }]
},
{
kind: "UNION",
name: "PuffMainLinkRef",

@@ -787,3 +805,4 @@ description: null,

{ kind: "OBJECT", name: "PuffSlice", ofType: null },
{ kind: "OBJECT", name: "DailyUniversalRegister", ofType: null }
{ kind: "OBJECT", name: "DailyUniversalRegister", ofType: null },
{ kind: "OBJECT", name: "ContainerSlice", ofType: null }
]

@@ -843,3 +862,4 @@ },

{ kind: "OBJECT", name: "TwoPicAndSixNoPicSlice", ofType: null },
{ kind: "OBJECT", name: "PuffSlice", ofType: null }
{ kind: "OBJECT", name: "PuffSlice", ofType: null },
{ kind: "OBJECT", name: "ContainerSlice", ofType: null }
]

@@ -846,0 +866,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