New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

claude-code-settings-schema

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claude-code-settings-schema

Generate JSON Schema for Claude Code settings.json files

latest
npmnpm
Version
0.0.5
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

claude-code-settings-schema

⚠️ DEPRECATED: This package is no longer needed. Claude Code now has an official JSON Schema maintained by Anthropic at:

https://json.schemastore.org/claude-code-settings.json

Claude Code automatically validates your settings against this schema. No additional setup required.

Migration

Remove any local schema files and update your settings:

{
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
  "permissions": {
    "allow": ["Bash(git diff:*)"]
  }
}

Official Schema

The official schema is maintained by Anthropic in the SchemaStore repository.

This package was created before the official schema existed. Thanks to everyone who used it!

Keywords

claude

FAQs

Package last updated on 07 Dec 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