Socket
Socket
Sign inDemoInstall

@peculiar/json-schema

Package Overview
Dependencies
1
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.5

2

build/index.js

@@ -45,3 +45,3 @@ 'use strict';

get(target) {
const schema = this.items.get(target);
const schema = this.items.get(target) || this.findParentSchema(target);
if (!schema) {

@@ -48,0 +48,0 @@ throw new Error("Cannot get schema for current target");

{
"name": "@peculiar/json-schema",
"version": "1.0.2",
"version": "1.0.5",
"description": "This package uses ES2015 decorators to simplify JSON schema creation and use",

@@ -5,0 +5,0 @@ "main": "build/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc