New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remoteoss/json-schema-form

Package Overview
Dependencies
Maintainers
0
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remoteoss/json-schema-form

WIP V2 – Headless UI form powered by JSON Schemas

  • 1.0.0-alpha.1
  • next
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10K
increased by1.61%
Maintainers
0
Weekly downloads
 
Created
Source

Next

The current version (0.x) has some critical validation bugs (examples). To fix them, we need to re-write the library internals. This next/ folder is where the rewriting is happening (now in TypeScript, yey!).

We expect the main createHeadlessForm() API to remain the same, avoiding any major breaking change. This is under active development, more info soon!

Development

Ensure that you isolate your workspace to the "next" folder only. This means:

  1. In your editor, open only the "next" folder.
  2. In your terminal, run commands when you are in the "next" folder only.

Otherwise, your editor may fail to set up linting and type checking, while your terminal may fail to resolve paths.

The limitation of this approach is that your editor will fail to recognise our git repository here. This also means you should turn off the editor's suggestion to open git repository at root.

Node.js Version

This project requires Node.js LTS v22.13.1. We recommend using the exact version specified in .nvmrc:

Navigate to the "next" folder and run:

nvm use

Without the correct Node.js version, tests and other development tasks will likely fail.

Keywords

FAQs

Package last updated on 23 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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