Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@portabletext/toolkit

Package Overview
Dependencies
Maintainers
10
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portabletext/toolkit - npm Package Compare versions

Comparing version
5.0.0
to
5.0.1
+1
-1
LICENSE
MIT License
Copyright (c) 2025 Sanity.io <hello@sanity.io>
Copyright (c) 2026 Sanity.io <hello@sanity.io>

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

{
"name": "@portabletext/toolkit",
"version": "5.0.0",
"version": "5.0.1",
"description": "Toolkit of handy utility functions for dealing with Portable Text",
"keywords": [
"sanity",
"cms",
"content",
"headless",
"portable-text-toolkit",
"realtime",
"content",
"portable-text-toolkit"
"sanity"
],

@@ -17,2 +17,4 @@ "homepage": "https://github.com/portabletext/toolkit#readme",

},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"repository": {

@@ -22,6 +24,10 @@ "type": "git",

},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {

@@ -31,10 +37,4 @@ ".": "./dist/index.js",

},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@portabletext/types": "^4.0.0"
"@portabletext/types": "^4.0.1"
},

@@ -44,13 +44,13 @@ "devDependencies": {

"@changesets/cli": "^2.29.8",
"@sanity/tsconfig": "^2.0.0",
"@sanity/tsdown-config": "^0.4.0",
"@types/node": "^24.10.2",
"@vitest/coverage-v8": "^4.0.15",
"oxfmt": "^0.17.0",
"oxlint": "^1.32.0",
"oxlint-tsgolint": "^0.8.4",
"tsdown": "^0.17.2",
"@sanity/tsconfig": "^2.1.0",
"@sanity/tsdown-config": "^0.5.2",
"@types/node": "^24.10.4",
"@vitest/coverage-v8": "^4.0.16",
"oxfmt": "^0.21.0",
"oxlint": "^1.36.0",
"oxlint-tsgolint": "^0.10.0",
"tsdown": "^0.18.4",
"typedoc": "^0.28.15",
"typescript": "5.9.3",
"vitest": "^4.0.15"
"vitest": "^4.0.16"
},

@@ -57,0 +57,0 @@ "engines": {