New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

micro-packed

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-packed - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

17

package.json
{
"name": "micro-packed",
"version": "0.7.1",
"version": "0.7.2",
"description": "Define complex binary structures using composable primitives",
"dependencies": {
"@scure/base": "~1.2.1"
"@scure/base": "~1.2.2"
},

@@ -38,6 +38,9 @@ "files": [

"bench:all": "node benchmark/index.js",
"build": "tsc && tsc -p tsconfig.esm.json",
"build": "tsc && tsc -p tsconfig.cjs.json",
"lint": "prettier --check src",
"format": "prettier --write src",
"test": "node test/index.js && node test/debugger.test.js"
"test": "node test/index.js",
"test:bun": "bun test/index.js",
"test:deno": "deno --allow-env --allow-read test/index.js",
"test:slow": "node test/slow.test.js"
},

@@ -52,6 +55,6 @@ "author": "Paul Miller (https://paulmillr.com)",

"devDependencies": {
"@paulmillr/jsbt": "0.2.1",
"@paulmillr/jsbt": "0.3.1",
"fast-check": "3.0.0",
"micro-bmark": "0.3.1",
"micro-should": "0.4.0",
"micro-bmark": "0.4.0",
"micro-should": "0.5.1",
"prettier": "3.3.2",

@@ -58,0 +61,0 @@ "typescript": "5.5.2"

@@ -10,5 +10,5 @@ # micro-packed

- [btc-signer](https://github.com/paulmillr/scure-btc-signer) for parsing of Bitcoin Script
- [micro-ordinals](https://github.com/paulmillr/micro-ordinals) for ordinal parsing
- [eth-signer](https://github.com/paulmillr/micro-eth-signer) for RLP and SSZ decoding. RLP pointers are protected against DoS
- [sol-signer](https://github.com/paulmillr/micro-sol-signer) for parsing of keys, messages and other things
- [micro-ordinals](https://github.com/paulmillr/micro-ordinals) for Bitcoin ordinal parsing
- [key-producer](https://github.com/paulmillr/micro-key-producer) for lightweight implementations of PGP, SSH and OTP

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