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

codemirror-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemirror-json-schema - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

6

CHANGELOG.md
# codemirror-json-schema
## 0.7.2
### Patch Changes
- [#94](https://github.com/acao/codemirror-json-schema/pull/94) [`0dc3749`](https://github.com/acao/codemirror-json-schema/commit/0dc37498d7276becceb48d92dc367648f4676415) Thanks [@xdavidwu](https://github.com/xdavidwu)! - Add support for YAML flow sequences and flow mappings
## 0.7.1

@@ -4,0 +10,0 @@

2

cjs/constants.js

@@ -27,2 +27,4 @@ "use strict";

BlockMapping: exports.TOKENS.OBJECT,
FlowSequence: exports.TOKENS.ARRAY,
FlowMapping: exports.TOKENS.OBJECT,
QuotedLiteral: exports.TOKENS.STRING,

@@ -29,0 +31,0 @@ Literal: exports.TOKENS.STRING,

@@ -24,2 +24,4 @@ export const TOKENS = {

BlockMapping: TOKENS.OBJECT,
FlowSequence: TOKENS.ARRAY,
FlowMapping: TOKENS.OBJECT,
QuotedLiteral: TOKENS.STRING,

@@ -26,0 +28,0 @@ Literal: TOKENS.STRING,

6

docs/interfaces/JSONValidationOptions.md

@@ -45,3 +45,3 @@ [codemirror-json-schema](../README.md) / JSONValidationOptions

[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L43)
[json-validation.ts:43](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-validation.ts#L43)

@@ -70,3 +70,3 @@ ## Properties

[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L42)
[json-validation.ts:42](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-validation.ts#L42)

@@ -81,2 +81,2 @@ ---

[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L41)
[json-validation.ts:41](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-validation.ts#L41)

@@ -70,3 +70,3 @@ codemirror-json-schema

[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/bundled.ts#L15)
[bundled.ts:15](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/bundled.ts#L15)

@@ -105,3 +105,3 @@ ## Codemirror Extensions

[json-completion.ts:936](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-completion.ts#L936)
[json-completion.ts:936](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-completion.ts#L936)

@@ -142,3 +142,3 @@ ___

[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L45)
[json-hover.ts:45](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-hover.ts#L45)

@@ -177,3 +177,3 @@ ___

[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L58)
[json-validation.ts:58](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-validation.ts#L58)

@@ -201,3 +201,3 @@ ## Utilities

[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L85)
[utils/jsonPointers.ts:85](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/utils/jsonPointers.ts#L85)

@@ -227,3 +227,3 @@ ___

[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L68)
[utils/jsonPointers.ts:68](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/utils/jsonPointers.ts#L68)

@@ -255,3 +255,3 @@ ___

[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/parseJSONDocument.ts#L24)
[utils/parseJSONDocument.ts:24](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/utils/parseJSONDocument.ts#L24)

@@ -283,3 +283,3 @@ ___

[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/parseJSONDocument.ts#L10)
[utils/parseJSONDocument.ts:10](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/utils/parseJSONDocument.ts#L10)

@@ -304,3 +304,3 @@ ## Functions

[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L25)
[state.ts:25](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/state.ts#L25)

@@ -327,3 +327,3 @@ ___

[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L31)
[utils/jsonPointers.ts:31](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/utils/jsonPointers.ts#L31)

@@ -348,3 +348,3 @@ ___

[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-validation.ts#L48)
[json-validation.ts:48](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-validation.ts#L48)

@@ -370,3 +370,3 @@ ___

[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/utils/jsonPointers.ts#L18)
[utils/jsonPointers.ts:18](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/utils/jsonPointers.ts#L18)

@@ -391,3 +391,3 @@ ___

[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L29)
[state.ts:29](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/state.ts#L29)

@@ -413,3 +413,3 @@ ___

[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L19)
[state.ts:19](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/state.ts#L19)

@@ -431,3 +431,3 @@ ## Type Aliases

[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L18)
[json-hover.ts:18](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-hover.ts#L18)

@@ -442,3 +442,3 @@ ___

[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L20)
[json-hover.ts:20](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-hover.ts#L20)

@@ -462,3 +462,3 @@ ___

[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/json-hover.ts#L24)
[json-hover.ts:24](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/json-hover.ts#L24)

@@ -480,3 +480,3 @@ ___

[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L6)
[types.ts:6](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/types.ts#L6)

@@ -500,3 +500,3 @@ ___

[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L11)
[types.ts:11](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/types.ts#L11)

@@ -511,3 +511,3 @@ ___

[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/types.ts#L20)
[types.ts:20](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/types.ts#L20)

@@ -522,2 +522,2 @@ ## Variables

[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/8b311fe/src/state.ts#L6)
[state.ts:6](https://github.com/acao/codemirror-json-schema/blob/0dc3749/src/state.ts#L6)
{
"name": "codemirror-json-schema",
"license": "MIT",
"version": "0.7.1",
"version": "0.7.2",
"description": "Codemirror 6 extensions that provide full JSONSchema support for `@codemirror/lang-json` and `codemirror-json5`",

@@ -6,0 +6,0 @@ "contributors": [

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