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

@contember/client-content

Package Overview
Dependencies
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/client-content - npm Package Compare versions

Comparing version 1.3.0-alpha.16 to 1.3.0-alpha.17

6

dist/types/types/Schema.d.ts

@@ -26,10 +26,10 @@ import { JSONObject } from '@contember/schema';

hasOne: {
[relationName: string]: EntityTypeLike;
[relationName: string]: any;
};
hasMany: {
[relationName: string]: EntityTypeLike;
[relationName: string]: any;
};
hasManyBy: {
[relationName: string]: {
entity: EntityTypeLike;
entity: any;
by: JSONObject;

@@ -36,0 +36,0 @@ };

{
"name": "@contember/client-content",
"license": "Apache-2.0",
"version": "1.3.0-alpha.16",
"version": "1.3.0-alpha.17",
"main": "./dist/production/index.js",

@@ -38,8 +38,8 @@ "exports": {

"dependencies": {
"@contember/graphql-builder": "1.3.0-alpha.16",
"@contember/graphql-client": "1.3.0-alpha.16",
"@contember/graphql-builder": "1.3.0-alpha.17",
"@contember/graphql-client": "1.3.0-alpha.17",
"@contember/schema": "^1.3.6"
},
"devDependencies": {
"@contember/client-content-generator": "1.3.0-alpha.16"
"@contember/client-content-generator": "1.3.0-alpha.17"
},

@@ -46,0 +46,0 @@ "repository": {

@@ -31,10 +31,10 @@ import { JSONObject } from '@contember/schema'

hasOne: {
[relationName: string]: EntityTypeLike
[relationName: string]: any
}
hasMany: {
[relationName: string]: EntityTypeLike
[relationName: string]: any
}
hasManyBy: {
[relationName: string]: {
entity: EntityTypeLike
entity: any
by: JSONObject

@@ -41,0 +41,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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