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

@dopt/block-api-types

Package Overview
Dependencies
Maintainers
6
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dopt/block-api-types - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

26

package.json
{
"name": "@dopt/block-api-types",
"version": "1.3.0",
"version": "1.3.1",
"description": "A package of types corresponding to @dopt's public Block API",

@@ -28,20 +28,16 @@ "homepage": "https://github.com/dopt/odopt/tree/main/packages/%40dopt/block-api-types",

"@sinclair/typebox": "0.25.4",
"@userstate/types": "4.3.0"
"@userstate/types": "4.3.1"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"esbuild": "0.18.2",
"esbuild-jest": "0.5.0",
"eslint": "8.42.0",
"eslint-plugin-react": "7.32.2",
"jest": "29.5.0",
"nodemon": "3.0.1",
"prettier": "2.8.8",
"typescript": "5.1.6",
"@dopt/check-formatting": "1.0.0",
"@dopt/config": "1.0.0",
"@dopt/pkg-build": "1.0.0",
"@dopt/pkg-clean": "1.0.0"
"@dopt/config": "1.1.0",
"@dopt/pkg-build": "1.1.1",
"@dopt/pkg-lint": "1.0.0",
"@dopt/pkg-clean": "1.0.0",
"@dopt/pkg-format": "0.0.0"
},

@@ -53,6 +49,6 @@ "openSource": true,

"clean": "pkg-clean",
"dev": "nodemon --watch ./src --ext '*' --exec pnpm run build",
"format": "prettier --w .",
"formatcheck": "pnpm exec check-formatting",
"lint": "eslint .",
"dev": "pkg-build -w",
"format": "pkg-format",
"formatcheck": "pkg-format -c",
"lint": "pkg-lint",
"test": "jest",

@@ -59,0 +55,0 @@ "typecheck": "tsc --noEmit",

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