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

lzma

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lzma - npm Package Compare versions

Comparing version 2.1.9 to 2.2.1

bower.json

2

bin/lzma.js

@@ -1,2 +0,2 @@

#! /usr/local/bin/node
#!/usr/bin/env node

@@ -3,0 +3,0 @@ var lzma,

@@ -5,3 +5,3 @@ {

"description": "A JavaScript implementation of the Lempel-Ziv-Markov chain (LZMA) compression algorithm",
"version": "2.1.9",
"version": "2.2.1",
"homepage": "http://nmrugg.github.com/LZMA-JS/",

@@ -8,0 +8,0 @@ "repository": {

@@ -31,2 +31,14 @@ LZMA Everywhere

How to Get
---
If you are using bower, you can download the source like this:
bower install lzma
LZMA-JS is available in the npm repository.
npm install lzma
How to Use

@@ -61,8 +73,4 @@ ---

LZMA-JS is available in the npm repository.
After installing with npm, it can be loaded with the following code:
$ npm install lzma
It can be loaded with the following code:
var my_lzma = require("lzma");

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