Socket
Socket
Sign inDemoInstall

@atproto/api

Package Overview
Dependencies
10
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.0 to 0.12.1

6

CHANGELOG.md
# @atproto/api
## 0.12.1
### Patch Changes
- [#2342](https://github.com/bluesky-social/atproto/pull/2342) [`eb7668c07`](https://github.com/bluesky-social/atproto/commit/eb7668c07d44f4b42ea2cc28143c64f4ba3312f5) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Adds the `associated` property to `profile` and `profile-basic` views, bringing them in line with `profile-detailed` views.
## 0.12.0

@@ -4,0 +10,0 @@

2

dist/client/types/app/bsky/actor/defs.d.ts

@@ -12,2 +12,3 @@ /**

avatar?: string;
associated?: ProfileAssociated;
viewer?: ViewerState;

@@ -25,2 +26,3 @@ labels?: ComAtprotoLabelDefs.Label[];

avatar?: string;
associated?: ProfileAssociated;
indexedAt?: string;

@@ -27,0 +29,0 @@ viewer?: ViewerState;

2

package.json
{
"name": "@atproto/api",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Client library for atproto and Bluesky",

@@ -16,2 +16,3 @@ /**

avatar?: string
associated?: ProfileAssociated
viewer?: ViewerState

@@ -40,2 +41,3 @@ labels?: ComAtprotoLabelDefs.Label[]

avatar?: string
associated?: ProfileAssociated
indexedAt?: string

@@ -42,0 +44,0 @@ viewer?: ViewerState

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc