JSPM

lz-string-unsafe

1.4.4-beta
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 143
  • Score
    100M100P100Q86643F
  • License WTFPL

LZ-based (unsafe) compression algorithm

Package Exports

  • lz-string-unsafe

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lz-string-unsafe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lz-string-unsafe

LZ-based (unsafe) compression algorithm for JavaScript

Forked version

This fork is copied directly from https://github.com/JobLeonard/lz-string/tree/array-lookup branch.

We slapped a -beta on the last version and pushed it to npm.

Why? Because we needed to include this library in our Stylus extension and every library we use needs to have a proper source location with a release.

Install via npm

$ npm install -g lz-string-unsafe
$ lz-string-unsafe input.js > output.txt

Home page

Home page for this program with examples, documentation and a live demo: http://pieroxy.net/blog/pages/lz-string/index.html