1.2.3 • Published 2 years ago

compressarray v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Compress Array

Install with: npm i compressarray With this package you can easily compress any Object at any Size!

  const arrayCompress = require("compressarray");
  const compressed = arrayCompress.compress({
    test: "Hello",
    whatsUp: true,
    someNumber: 1,
  });
  
  console.log(arrayCompress.decompress(compressed));

It even keeps the Types and everything! It also has protection features and is fully sync, no await or Promises. To help me out you can Fund this project if you like ;D.

Changelog

  • Added support for List Arrays
  • Added support for nested List Arrays
  • Added support for nesting an List Array inside an Array
  • Added support for nesting an Array inside an List Array
  • Added an Version Checker

If you want to help me out you can Support me Via PayPal ;D! My PayPal

1.2.3

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago