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

@hazae41/binary

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazae41/binary - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

34

package.json
{
"type": "module",
"name": "@hazae41/binary",
"version": "1.0.1",
"version": "1.0.2",
"description": "Zero-copy Buffer reader and writer",

@@ -12,2 +12,7 @@ "author": "hazae41",

"sideEffects": false,
"files": [
"./dist/esm",
"./dist/cjs",
"./dist/types"
],
"scripts": {

@@ -42,3 +47,28 @@ "build": "rimraf dist && rollup -c",

},
"files": ["/dist"]
"keywords": [
"binary",
"zero-copy",
"encoding",
"decoding",
"buffer",
"bytes",
"protocol",
"packets",
"reader",
"writer",
"offset",
"asn1",
"der",
"ber",
"octets",
"stream",
"low-level",
"alloc",
"allocation",
"allocator",
"typescript",
"esmodules",
"tested",
"unit-tested"
]
}
dist/test/index.test.cjs
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