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

ajv-formats

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv-formats - npm Package Compare versions

Comparing version 2.0.0-beta.0 to 2.0.0-beta.1

4

dist/limit.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.formatLimitDefinition = void 0;
const context_1 = require("ajv/dist/compile/context");
const ajv_1 = require("ajv");
const codegen_1 = require("ajv/dist/compile/codegen");

@@ -28,3 +28,3 @@ const ops = codegen_1.operators;

return;
const fCxt = new context_1.default(it, self.RULES.all.format.definition, "format");
const fCxt = new ajv_1.KeywordCxt(it, self.RULES.all.format.definition, "format");
if (fCxt.$data)

@@ -31,0 +31,0 @@ validate$DataFormat();

{
"name": "ajv-formats",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Format validation for Ajv v7",

@@ -38,3 +38,3 @@ "main": "dist/index.js",

"dependencies": {
"ajv": "^8.0.0-beta.0"
"ajv": "8.0.0-beta.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ import type Ajv from "ajv"

import type {Rule} from "ajv/dist/compile/rules"
import KeywordCxt from "ajv/dist/compile/context"
import {KeywordCxt} from "ajv"
import {_, str, or, getProperty, operators} from "ajv/dist/compile/codegen"

@@ -15,0 +15,0 @@

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