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

nopq

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nopq - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

lib/nopq.js

@@ -56,3 +56,7 @@ var bzip = require('bzip2');

var reader = bzip.array(bytes);
return new Buffer(bzip.simple(reader));
try {
return new Buffer(bzip.simple(reader));
} catch (_) {
throw new Error('Failed to decompress bzip.')
}
};

@@ -59,0 +63,0 @@

2

package.json
{
"name": "nopq",
"version": "1.1.0",
"version": "1.1.1",
"description": "NoPQ is a Node.js library that lets you unpack MPQ archives such as those used with several Blizzard games.",

@@ -5,0 +5,0 @@ "main": "lib/nopq.js",

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