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

json-schemify

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schemify - npm Package Compare versions

Comparing version 0.0.13 to 1.0.0

2

dist/index.d.ts

@@ -0,2 +1,2 @@

export { schemify, writeSchema } from './schema';
export { Schema } from './schema.interface';
export { schemify } from './schema';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.schemify = void 0;
exports.writeSchema = exports.schemify = void 0;
var schema_1 = require("./schema");
Object.defineProperty(exports, "schemify", { enumerable: true, get: function () { return schema_1.schemify; } });
Object.defineProperty(exports, "writeSchema", { enumerable: true, get: function () { return schema_1.writeSchema; } });
{
"name": "json-schemify",
"version": "0.0.13",
"version": "1.0.0",
"description": "Converts a JSON structure to a valid JSON Schema object.",

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

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