New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@peacechen/nexus-validate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peacechen/nexus-validate - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

9

dist/rules.d.ts

@@ -1,12 +0,13 @@

import { string, number, boolean, date, object, array } from 'yup';
import { array, boolean, date, mixed, number, object, string } from 'yup';
import { ObjectShape } from 'yup/lib/object';
export declare const rules: {
string: typeof string;
number: typeof number;
array: typeof array;
boolean: typeof boolean;
date: typeof date;
mixed: typeof mixed;
number: typeof number;
object: typeof object;
array: typeof array;
string: typeof string;
};
export declare type ValidationRules = typeof rules;
export { ObjectShape };

@@ -6,8 +6,9 @@ "use strict";

exports.rules = {
string: yup_1.string,
number: yup_1.number,
array: yup_1.array,
boolean: yup_1.boolean,
date: yup_1.date,
mixed: yup_1.mixed,
number: yup_1.number,
object: yup_1.object,
array: yup_1.array,
string: yup_1.string,
};
{
"name": "@peacechen/nexus-validate",
"version": "1.4.3",
"version": "1.4.4",
"description": "Validation plugin for Nexus JS.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/peacechen/nexus-validate",

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