@portabletext/to-html
Advanced tools
@@ -236,3 +236,3 @@ "use strict"; | ||
| }), | ||
| index, | ||
| index: childIndex, | ||
| isInline: !1, | ||
@@ -239,0 +239,0 @@ renderNode |
@@ -231,3 +231,3 @@ const _excluded = ["block", "list", "listItem", "marks", "types"], | ||
| }), | ||
| index, | ||
| index: childIndex, | ||
| isInline: !1, | ||
@@ -234,0 +234,0 @@ renderNode |
+5
-11
| { | ||
| "name": "@portabletext/to-html", | ||
| "version": "2.0.14", | ||
| "version": "2.0.15", | ||
| "description": "Render Portable Text to HTML", | ||
@@ -38,7 +38,2 @@ "keywords": [ | ||
| ], | ||
| "commitlint": { | ||
| "extends": [ | ||
| "@commitlint/config-conventional" | ||
| ] | ||
| }, | ||
| "lint-staged": { | ||
@@ -90,4 +85,4 @@ "*": [ | ||
| "@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
| "@commitlint/cli": "^19.3.0", | ||
| "@commitlint/config-conventional": "^19.2.2", | ||
| "@changesets/changelog-github": "^0.5.1", | ||
| "@changesets/cli": "^2.29.6", | ||
| "@sanity/pkg-utils": "^6.8.18", | ||
@@ -97,5 +92,3 @@ "@types/tap": "^15.0.11", | ||
| "@typescript-eslint/parser": "^7.11.0", | ||
| "commitizen": "^4.3.0", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "esbuild": "^0.21.4", | ||
| "esbuild": "^0.25.0", | ||
| "esbuild-register": "^3.5.0", | ||
@@ -129,2 +122,3 @@ "eslint": "^8.57.0", | ||
| "pkg:check": "pkg-utils --strict", | ||
| "release": "changeset publish", | ||
| "test": "tap test/*.test.*", | ||
@@ -131,0 +125,0 @@ "type-check": "tsc --noEmit" |
+1
-1
@@ -129,3 +129,3 @@ import { | ||
| node: child._key ? child : {...child, _key: `li-${index}-${childIndex}`}, | ||
| index: index, | ||
| index: childIndex, | ||
| isInline: false, | ||
@@ -132,0 +132,0 @@ renderNode, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
21
-8.7%136734
-0.05%