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

@atproto/bsync

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atproto/bsync - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

tsconfig.build.tsbuildinfo

7

CHANGELOG.md
# @atproto/bsync
## 0.0.9
### Patch Changes
- Updated dependencies [[`bac9be2d3`](https://github.com/bluesky-social/atproto/commit/bac9be2d3ec904d1f984a871f43cf89aca17289d)]:
- @atproto/syntax@0.3.1
## 0.0.8

@@ -4,0 +11,0 @@

1

dist/context.d.ts

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

/// <reference types="node" />
import TypedEventEmitter from 'typed-emitter';

@@ -3,0 +2,0 @@ import { ServerConfig } from './config';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.down = exports.up = void 0;
exports.up = up;
exports.down = down;
const kysely_1 = require("kysely");

@@ -22,3 +23,2 @@ async function up(db) {

}
exports.up = up;
async function down(db) {

@@ -28,3 +28,2 @@ await db.schema.dropTable('mute_item').execute();

}
exports.down = down;
//# sourceMappingURL=20240108T220751294Z-init.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.down = exports.up = void 0;
exports.up = up;
exports.down = down;
const kysely_1 = require("kysely");

@@ -20,3 +21,2 @@ async function up(db) {

}
exports.up = up;
async function down(db) {

@@ -26,3 +26,2 @@ await db.schema.dropTable('notif_item').execute();

}
exports.down = down;
//# sourceMappingURL=20240717T224303472Z-notif-ops.js.map

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import http from 'node:http';

@@ -4,0 +2,0 @@ import AppContext, { AppContextOptions } from './context';

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node/http" />
import { type IncomingMessage } from 'node:http';

@@ -4,0 +2,0 @@ import { subsystemLogger } from '@atproto/common';

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

/// <reference types="node" />
export declare const validCursor: (cursor: string) => number | null;

@@ -3,0 +2,0 @@ export declare const combineSignals: (a: AbortSignal, b: AbortSignal) => AbortSignal;

{
"name": "@atproto/bsync",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",

@@ -27,4 +27,4 @@ "description": "Sychronizing service for app.bsky App View (Bluesky API)",

"typed-emitter": "^2.1.0",
"@atproto/syntax": "^0.3.0",
"@atproto/common": "^0.4.4"
"@atproto/common": "^0.4.4",
"@atproto/syntax": "^0.3.1"
},

@@ -38,3 +38,4 @@ "devDependencies": {

"jest": "^28.1.2",
"ts-node": "^10.8.2"
"ts-node": "^10.8.2",
"typescript": "^5.6.3"
},

@@ -41,0 +42,0 @@ "scripts": {

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 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 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 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