Socket
Socket
Sign inDemoInstall

@graphcms/validation

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphcms/validation

This is the validation package for the GraphCMS server backend and the GraphCMS webapp frontend. The purpose of this package is to validate user inputs at the frontend and backend level.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

GraphCMS/validation

This is the validation package for the GraphCMS server backend and the GraphCMS webapp frontend. The purpose of this package is to validate user inputs at the frontend and backend level.

Usage (WIP / non-final)

import { model } from '@graphcms/validation';

const modelId = "TestModel";
const validationResult = model.apiId.validateSync(modelId);
// validationResult => true 

API (WIP)

The export from this module looks like this:


var validation = require('@graphcms/validation');

validation: Object
    model: Object
        apiId: Object
        displayName: Object
    field: Object
        apiId: Object
        displayName: Object

FAQs

Package last updated on 05 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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