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

dryvjs

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dryvjs - npm Package Compare versions

Comparing version 1.0.0-pre-10 to 1.0.0-pre-12

3

dist/core/dryvValidatableObject.js

@@ -57,2 +57,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

},
get isSuccess() {
return !this.hasError && !this.hasWarning;
},
get path() {

@@ -59,0 +62,0 @@ return ((_parent === null || _parent === void 0 ? void 0 : _parent.path) ? _parent.path + '.' : '') + (field ? String(field) : '');

@@ -38,2 +38,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

},
get isSuccess() {
return !this.hasError && !this.hasWarning;
},
validate() {

@@ -40,0 +43,0 @@ return __awaiter(this, void 0, void 0, function* () {

7

dist/core/typings.d.ts

@@ -55,7 +55,8 @@ export type DryvValidateFunctionResult = DryvFieldValidationResult | string | null | undefined | Promise<DryvFieldValidationResult | string | null | undefined>;

type?: DryvValidationResultType | null;
value: TValue | undefined;
parent: DryvValidatable | undefined;
field: keyof TModel | undefined;
value?: TValue | undefined;
parent?: DryvValidatable | undefined;
field?: keyof TModel | undefined;
get hasError(): boolean;
get hasWarning(): boolean;
get isSuccess(): boolean;
validate(): Promise<DryvValidationResult<TModel>>;

@@ -62,0 +63,0 @@ clear(): void;

{
"name": "dryvjs",
"version": "1.0.0-pre-10",
"version": "1.0.0-pre-12",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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