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

bite

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bite - npm Package Compare versions

Comparing version 0.1.0-3 to 0.1.0-4

6

package.json
{
"name":"bite",
"version":"0.1.0-3",
"version":"0.1.0-4",
"main":"index.js",
"description":"Lightweight library for word decoding/encoding, in pure javascript.",
"keywords":["binary", "byte string", "encoding", "decoding", "signed",
"description":"Lightweight library for bytestring to/from number decoding/encoding, in pure javascript.",
"keywords":["binary", "bytestring", "encoding", "decoding", "signed",
"unsigned", "endian", "endianness"],

@@ -8,0 +8,0 @@ "repository":{ "type":"git",

@@ -5,3 +5,3 @@ bite

Lightweight library for word decoding in pure javascript. Contains methods for
decoding/encoding byte string words to/from numbers (signed and unsigned, big and little
decoding/encoding bytestring words to/from numbers (signed and unsigned, big and little
endian).

@@ -18,3 +18,3 @@

* **encodeWord**(< _Buffer_ >buffer, < _number_ >value, [< _bool_ >signed], [< _bool_ >bigEndian]) - (_buffer_)
Encodes a number `value` into a byte string word of the same length as
Encodes a number `value` into a bytestring word of the same length as
`buffer`, and stores the result in `buffer`. Will create the word as signed

@@ -21,0 +21,0 @@ if `signed` is set to `true` (`false` is default), and big endian if

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