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

@pbkit/wrp

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pbkit/wrp - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

jotai/index.d.ts

@@ -8,3 +8,3 @@ import { Atom } from "jotai";

export declare type ChannelAtom = Atom<WrpChannel | undefined>;
export declare type GuestAtom = Atom<WrpGuest | undefined>;
export declare type GuestAtom = Atom<Promise<WrpGuest> | undefined>;
export declare type ClientImplAtom = Atom<RpcClientImpl | undefined>;

@@ -11,0 +11,0 @@ export interface WrpAtomSet {

@@ -16,3 +16,3 @@ "use strict";

const listeners = [];
const guest = await (0, guest_1.createWrpGuest)({
const guest = (0, guest_1.createWrpGuest)({
channel: {

@@ -19,0 +19,0 @@ ...realChannel,

{
"name": "@pbkit/wrp",
"version": "0.0.9",
"version": "0.0.10",
"author": "JongChan Choi <jong@chan.moe>",

@@ -5,0 +5,0 @@ "license": "(MIT OR Apache-2.0)",

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