You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@portabletext/types

Package Overview
Dependencies
Maintainers
9
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portabletext/types - npm Package Compare versions

Comparing version
2.0.14-canary.0
to
2.0.14
+1
-1
LICENSE
MIT License
Copyright (c) 2024 Sanity.io <hello@sanity.io>
Copyright (c) 2025 Sanity.io <hello@sanity.io>

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

{
"name": "@portabletext/types",
"version": "2.0.14-canary.0",
"version": "2.0.14",
"description": "Shared TypeScript definitions for core Portable Text data structures",

@@ -74,21 +74,17 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@sanity/pkg-utils": "6.7.0",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.6",
"@sanity/pkg-utils": "6.10.1",
"@types/babel__core": "^7.20.5",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.2",
"husky": "^8.0.3",
"npm-run-all2": "^5.0.2",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"typedoc": "^0.25.13",
"typescript": "5.4.5"
"typedoc": "^0.26.3",
"typescript": "5.5.3"
},
"packageManager": "pnpm@8.15.7",
"engines": {

@@ -106,4 +102,5 @@ "node": "^14.13.1 || >=16.0.0 || >=18.0.0"

"node:test": "node test/test.js",
"release": "changeset publish",
"test": "run-s lint build node:test"
}
}