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

node-lzw

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-lzw - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json

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

"description": "Lempel-Ziv-Welch (LZW) compression algorithm",
"version": "0.2.1",
"version": "0.2.2",
"repository": {

@@ -8,0 +8,0 @@ "type" : "git",

@@ -54,3 +54,3 @@ LZW

app.controller('myCtrl', function($scope, lzw) {
app.controller('myController', function($scope, lzw) {
...

@@ -57,0 +57,0 @@ var encode = lzw.encode(...);

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