Socket
Socket
Sign inDemoInstall

@acuminous/bitsyntax

Package Overview
Dependencies
4
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

17

package.json
{
"author": {
"name": "Michael Bridgen",
"email": "<mikeb@squaremobius.net>"
},
"author": "Michael Bridgen <mikeb@squaremobius.net>",
"name": "@acuminous/bitsyntax",
"description": "Pattern-matching on byte buffers",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/squaremo/bitsyntax-js.git"
"url": "git://github.com/acuminous/bitsyntax-js.git"
},

@@ -30,3 +27,11 @@ "main": "./index",

"zunit": "^3.2.1"
},
"bugs": {
"url": "https://github.com/acuminous/bitsyntax-js/issues"
},
"homepage": "https://github.com/acuminous/bitsyntax-js#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}
# Byte-wise matching for Node.JS
[![Node.js CI](https://github.com/acuminous/bitsyntax-js/workflows/Node.js%20CI/badge.svg)](https://github.com/acuminous/bitsyntax-js/actions?query=workflow%3A%22Node.js+CI%22)
[![NPM version](https://img.shields.io/npm/v/bitsyntax-js.svg?style=flat-square)](https://www.npmjs.com/package/@acuminous/bitsyntax-js)
[![NPM downloads](https://img.shields.io/npm/dm/bitsyntax-js.svg?style=flat-square)](https://www.npmjs.com/package/@acuminous/bitsyntax-js)
[![NPM version](https://img.shields.io/npm/v/bitsyntax.svg?style=flat-square)](https://www.npmjs.com/package/@acuminous/bitsyntax)
[![NPM downloads](https://img.shields.io/npm/dm/bitsyntax.svg?style=flat-square)](https://www.npmjs.com/package/@acuminous/bitsyntax)

@@ -7,0 +7,0 @@ Gives a compact syntax for parsing and constructing byte buffers,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc