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

@doubter/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doubter/json-schema - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

index.d.ts

2

LICENSE.txt
MIT License
Copyright (c) 2023 Savva Mikhalevski
Copyright (c) 2024 Savva Mikhalevski

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@doubter/json-schema",
"version": "0.0.2",
"version": "0.0.3",
"description": "Converts Doubter shapes from and to JSON schemas.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"sideEffects": false,
"files": [
"lib"
],
"scripts": {
"build": "rollup --config --configPlugin typescript",
"clean": "rimraf ./lib ./docs ./coverage",
"test": "jest",
"docs": "typedoc ./src/main/index.ts"
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
},

@@ -32,19 +31,5 @@ "repository": {

"homepage": "https://github.com/smikhalevski/doubter-json-schema#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"rollup": "^3.10.0",
"rollup-plugin-dts": "^5.1.1",
"ts-jest": "^29.0.4",
"tslib": "^2.4.1",
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
},
"peerDependencies": {
"doubter": "^2.1.0"
"doubter": "^4.0.2"
}
}

@@ -5,3 +5,4 @@ # Doubter × JSON Schema

> **Warning** This project is at the early development stage.
> [!WARNING]\
> This project is at the early development stage.

@@ -8,0 +9,0 @@ ```shell

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