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

@peerbit/program

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/program - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

lib/esm/client.d.ts

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

import type { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id";
import type { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id";
import { Blocks } from "@peerbit/blocks-interface";

@@ -3,0 +3,0 @@ import { PubSub } from "@peerbit/pubsub-interface";

import { PublicSignKey } from "@peerbit/crypto";
import { Constructor } from "@dao-xyz/borsh";
import { EventEmitter } from "@libp2p/interfaces/events";
import { EventEmitter } from "@libp2p/interface/events";
import { Client } from "./client.js";
import { Blocks } from "@peerbit/blocks-interface";
import { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id";
import { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id";
import { Address } from "./address.js";

@@ -8,0 +8,0 @@ import { Handler, Manageable, ProgramInitializationOptions } from "./handler.js";

@@ -12,3 +12,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

import { serialize, deserialize } from "@dao-xyz/borsh";
import { CustomEvent, EventEmitter } from "@libp2p/interfaces/events";
import { CustomEvent, EventEmitter } from "@libp2p/interface/events";
import { waitForAsync } from "@peerbit/time";

@@ -15,0 +15,0 @@ import { Handler, } from "./handler.js";

{
"name": "@peerbit/program",
"version": "2.2.1",
"version": "2.2.2",
"description": "Program interface",

@@ -33,3 +33,3 @@ "type": "module",

"@dao-xyz/borsh": "^5.1.5",
"@peerbit/blocks-interface": "^1.0.6",
"@peerbit/blocks-interface": "^1.0.7",
"@peerbit/crypto": "1.0.5",

@@ -39,3 +39,3 @@ "@peerbit/lazy-level": "^1.0.3",

},
"gitHead": "06d341c4ea81b70c76018899b029f4419c311500"
"gitHead": "2efb4d5dc542ac84cfd79bb576506ba0ca392a72"
}

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

import type { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id";
import type { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id";
import { Blocks } from "@peerbit/blocks-interface";

@@ -3,0 +3,0 @@ import { PubSub } from "@peerbit/pubsub-interface";

@@ -5,7 +5,7 @@ import { PublicSignKey, getPublicKeyFromPeerId } from "@peerbit/crypto";

import { serialize, deserialize } from "@dao-xyz/borsh";
import { CustomEvent, EventEmitter } from "@libp2p/interfaces/events";
import { CustomEvent, EventEmitter } from "@libp2p/interface/events";
import { Client } from "./client.js";
import { waitForAsync } from "@peerbit/time";
import { Blocks } from "@peerbit/blocks-interface";
import { PeerId as Libp2pPeerId } from "@libp2p/interface-peer-id";
import { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id";
import {

@@ -12,0 +12,0 @@ SubscriptionEvent,

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