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

micro-packed

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

micro-packed - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

3

lib/index.d.ts

@@ -41,2 +41,5 @@ import type { Coder as BaseCoder } from '@scure/base';

* Concatenates multiple Uint8Arrays.
* Engines limit functions to 65K+ arguments.
* @param arrays Array of Uint8Array elements
* @returns Concatenated Uint8Array
*/

@@ -43,0 +46,0 @@ declare function concatBytes(...arrays: Uint8Array[]): Uint8Array;

10

package.json
{
"name": "micro-packed",
"version": "0.6.2",
"version": "0.6.3",
"description": "Define complex binary structures using composable primitives",
"files": [
"lib/index.js",
"lib/index.d.ts",
"lib/index.d.ts.map",
"lib/esm/index.js",
"lib/debugger.js",
"lib/esm/index.js",
"lib/esm/debugger.js",
"lib/index.d.ts",
"lib/debugger.d.ts",
"lib/index.d.ts.map",
"lib/debugger.d.ts.map",
"lib/esm/debugger.js",
"lib/esm/package.json",

@@ -15,0 +15,0 @@ "src"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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