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

@contember/schema

Package Overview
Dependencies
Maintainers
5
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/schema - npm Package Compare versions

Comparing version 0.9.2-alpha.7 to 0.9.2

1

dist/src/schema/acl.d.ts

@@ -35,3 +35,2 @@ import Input from './input';

create?: FieldPermissions;
customPrimary?: boolean;
update?: FieldPermissions;

@@ -38,0 +37,0 @@ delete?: Predicate;

2

dist/src/schema/result.d.ts
import Value from './value';
declare namespace Result {
type MutationFieldResult = CreateResult | UpdateResult | DeleteResult;
interface CreateResult {

@@ -26,2 +27,3 @@ ok: boolean;

errorMessage?: string;
errors: ExecutionError[];
validation: ValidationResult;

@@ -28,0 +30,0 @@ }

{
"name": "@contember/schema",
"version": "0.9.2-alpha.7",
"version": "0.9.2",
"license": "Apache-2.0",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"test": "echo 'No tests'"
},
"scripts": {},
"devDependencies": {}
}

@@ -54,3 +54,2 @@ import Input from './input'

create?: FieldPermissions
customPrimary?: boolean
update?: FieldPermissions

@@ -57,0 +56,0 @@ delete?: Predicate

import Value from './value'
namespace Result {
export type MutationFieldResult = CreateResult | UpdateResult | DeleteResult
export interface CreateResult {

@@ -30,2 +32,3 @@ ok: boolean

errorMessage?: string
errors: ExecutionError[]
validation: ValidationResult

@@ -32,0 +35,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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