You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@portabletext/types

Package Overview
Dependencies
0
Maintainers
9
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.8 to 2.0.9

35

package.json
{
"name": "@portabletext/types",
"version": "2.0.8",
"version": "2.0.9",
"description": "Shared TypeScript definitions for core Portable Text data structures",

@@ -24,4 +24,4 @@ "keywords": [

"source": "./src/index.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"default": "./dist/index.js"

@@ -49,2 +49,3 @@ },

},
"browserslist": "extends @sanity/browserslist-config",
"prettier": {

@@ -77,22 +78,22 @@ "bracketSpacing": false,

"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@sanity/pkg-utils": "^3.0.0",
"@types/babel__core": "^7.20.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@sanity/pkg-utils": "^5.0.2",
"@types/babel__core": "^7.20.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-sanity": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.1",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"npm-run-all2": "^5.0.0",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"rimraf": "^5.0.1",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.15.4",
"engines": {

@@ -99,0 +100,0 @@ "node": "^14.13.1 || >=16.0.0 || >=18.0.0"

@@ -0,2 +1,2 @@

export * from './portableText.js'
export * from './related.js'
export * from './portableText.js'

@@ -24,2 +24,5 @@ /**

*/
export type ArbitraryTypedObject = TypedObject & {[key: string]: any}
export type ArbitraryTypedObject = TypedObject & {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[key: string]: any
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc