Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atproto/xrpc

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atproto/xrpc - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

9

CHANGELOG.md
# @atproto/xrpc
## 0.6.3
### Patch Changes
- [#2770](https://github.com/bluesky-social/atproto/pull/2770) [`a07b21151`](https://github.com/bluesky-social/atproto/commit/a07b21151f1850340c4b7797ebb11521b1a6cdf3) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add NotAcceptable response type
- Updated dependencies [[`87a1f2426`](https://github.com/bluesky-social/atproto/commit/87a1f24262e0e644b6cf31cc7a0446d9127ffa94)]:
- @atproto/lexicon@0.4.2
## 0.6.2

@@ -4,0 +13,0 @@

1

dist/types.d.ts

@@ -33,2 +33,3 @@ import { z } from 'zod';

XRPCNotSupported = 404,
NotAcceptable = 406,
PayloadTooLarge = 413,

@@ -35,0 +36,0 @@ UnsupportedMediaType = 415,

@@ -18,2 +18,3 @@ "use strict";

ResponseType[ResponseType["XRPCNotSupported"] = 404] = "XRPCNotSupported";
ResponseType[ResponseType["NotAcceptable"] = 406] = "NotAcceptable";
ResponseType[ResponseType["PayloadTooLarge"] = 413] = "PayloadTooLarge";

@@ -20,0 +21,0 @@ ResponseType[ResponseType["UnsupportedMediaType"] = 415] = "UnsupportedMediaType";

4

package.json
{
"name": "@atproto/xrpc",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",

@@ -20,3 +20,3 @@ "description": "atproto HTTP API (XRPC) client library",

"zod": "^3.23.8",
"@atproto/lexicon": "^0.4.1"
"@atproto/lexicon": "^0.4.2"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -34,2 +34,3 @@ import { z } from 'zod'

XRPCNotSupported = 404,
NotAcceptable = 406,
PayloadTooLarge = 413,

@@ -36,0 +37,0 @@ UnsupportedMediaType = 415,

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc