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.11 to 0.0.12

1

generated/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const messages = require("./messages/index");
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const pbkit = require("./pbkit/index");
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const wrp = require("./wrp/index");

5

jotai/iframe.d.ts
import { PrimitiveAtom } from "jotai";
import { WrpAtomSet } from "./index";
import { createWrpChannel as createWrpChannelFn } from "../channel";
import { Socket } from "../socket";
import { WrpChannel } from "../channel";
import { UseWrpIframeSocketResult } from "../react/useWrpIframeSocket";
export declare function useIframeWrpAtomSetUpdateEffect(primitiveWrpAtomSetAtom: PrimitiveAtom<WrpAtomSet>, createWrpChannel?: typeof createWrpChannelFn): UseWrpIframeSocketResult;
export declare function useIframeWrpAtomSetUpdateEffect(primitiveWrpAtomSetAtom: PrimitiveAtom<WrpAtomSet>, createWrpChannel?: (socket: Socket) => WrpChannel): UseWrpIframeSocketResult;
{
"name": "@pbkit/wrp",
"version": "0.0.11",
"version": "0.0.12",
"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