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

jemv

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jemv - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

1

index.d.ts

@@ -5,2 +5,3 @@ import { ValidateResult, Schema, BuildedSchema, ConstraintBuilder, ConstraintValidator } from './model/schema';

export * from './manager/schema';
export * from './manager/jemv';
export declare const jemv: Jemv;

@@ -7,0 +8,0 @@ export declare const addFormat: (key: string, pattern: string) => void;

@@ -30,2 +30,3 @@ "use strict";

__exportStar(require("./manager/schema"), exports);
__exportStar(require("./manager/jemv"), exports);
exports.jemv = jemv_1.Jemv.instance;

@@ -32,0 +33,0 @@ const addFormat = (key, pattern) => {

2

package.json
{
"name": "jemv",
"version": "0.0.3",
"version": "0.0.4",
"description": "Json Schema validator",

@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",

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