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.1.4 to 0.1.5

4

guest.js

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

}
let reqIdCounter = BigInt(0);
let reqIdCounter = 0;
(async () => {

@@ -84,3 +84,3 @@ var _a, _b, _c;

request(methodName, req, lazyMetadata) {
const reqId = `${reqIdCounter += 1n}`;
const reqId = `${++reqIdCounter}`;
const eventBuffer = (0, event_buffer_1.createEventBuffer)({

@@ -87,0 +87,0 @@ onDrainEnd() {

{
"name": "@pbkit/wrp",
"version": "0.1.4",
"version": "0.1.5",
"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