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

@basalt/base-schema-utils

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basalt/base-schema-utils - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

dist/schema-utils.d.ts

@@ -5,2 +5,3 @@ interface InterfaceSchema {

properties: object;
[k: string]: any;
}

@@ -7,0 +8,0 @@ /**

4

package.json
{
"name": "@basalt/base-schema-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "Utilities for working with JSON Schemas",

@@ -20,3 +20,3 @@ "module": "dist/schema-utils.js",

},
"gitHead": "30c7415c3ffc3e77a9a154bdd97a8cf88f1dbc5f"
"gitHead": "e774d8ab66b649d0d85bad6836518c4c6fc2118b"
}

@@ -13,2 +13,3 @@ import * as Ajv from 'ajv'; // https://github.com/epoberezkin/ajv

properties: object;
[k: string]: any;
}

@@ -15,0 +16,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