You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@acot/schema-validator

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15 to 0.0.16

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [0.0.16](https://github.com/acot-a11y/acot/compare/v0.0.15...v0.0.16) (2022-05-01)
**Note:** Version bump only for package @acot/schema-validator
## [0.0.15](https://github.com/acot-a11y/acot/compare/v0.0.14...v0.0.15) (2022-03-27)

@@ -8,0 +12,0 @@

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

2

lib/validate.js

@@ -6,3 +6,3 @@ "use strict";

const validate = (schema, input, config) => {
schema_utils_1.validate(schema, input, {
(0, schema_utils_1.validate)(schema, input, {
name: config.name,

@@ -9,0 +9,0 @@ baseDataPath: config.base,

{
"name": "@acot/schema-validator",
"version": "0.0.15",
"version": "0.0.16",
"description": "A simple wrapper module for schema-utils.",

@@ -42,3 +42,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/schema-validator",

},
"gitHead": "4d9ea6c5bb5cf7f6611c349f82d464df5abe8596"
"gitHead": "7535e01cafd25fc1d6c32c31a1ae9fce5326b3d8"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc