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

dryvjs

Package Overview
Dependencies
Maintainers
0
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-85 to 1.0.0-pre-86

6

dist/getDryvValidator.d.ts

@@ -1,3 +0,3 @@

import { DryvObjectValidator } from './DryvObjectValidator';
import { DryvValidatableObject } from './typings';
export declare function getDryvValidator<TModel extends object>(obj: DryvValidatableObject<TModel>): DryvObjectValidator<TModel>;
import { DryvValidator } from './DryvValidator';
import { DryvValidatable } from './typings';
export declare function getDryvValidator<TModel extends object>(obj: DryvValidator<TModel> | DryvValidatable<TModel>): DryvValidator<TModel>;

@@ -1,4 +0,4 @@

import { DryvObjectValidator } from './DryvObjectValidator';
import { DryvValidator } from './DryvValidator';
export function getDryvValidator(obj) {
if (obj instanceof DryvObjectValidator) {
if (obj instanceof DryvValidator) {
return obj;

@@ -5,0 +5,0 @@ }

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

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

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