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

bison-types

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bison-types - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

package.json
{
"name": "bison-types",
"version": "3.0.2",
"version": "3.0.3",
"description": "Convert between json and binary",

@@ -5,0 +5,0 @@ "main": "target/index.js",

@@ -88,5 +88,10 @@ // Generated by CoffeeScript 1.11.1

_write: function(val, length) {
return this.buffer.writeString(val, {
var count;
count = this.buffer.writeString(val, {
length: length
});
while (count < length) {
count += this.buffer.writeUInt8(0x00);
}
return length;
}

@@ -93,0 +98,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