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

bidar

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bidar - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

10

lib/bufutil.js

@@ -88,4 +88,4 @@ // Copyright 2012 The Obvious Corporation.

length = typ.isDefined(length) ? length : buf.length;
typ.assertUint(offset);
typ.assertUint(length);
typ.assertUInt(offset);
typ.assertUInt(length);

@@ -148,3 +148,3 @@ var bufLength = buf.length;

at = typ.isDefined(at) ? at : 0;
typ.assertUint(at);
typ.assertUInt(at);

@@ -166,4 +166,4 @@ var origAt = at;

length = typ.isDefined(length) ? length : buf.length;
typ.assertUint(offset);
typ.assertUint(length);
typ.assertUInt(offset);
typ.assertUInt(length);

@@ -170,0 +170,0 @@ var bufLength = buf.length;

{
"name": "bidar",
"version": "0.4.2",
"version": "0.4.3",
"keywords":

@@ -5,0 +5,0 @@ ["object", "serialization", "data", "graph"],

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