@malvineous/gamecomp
Advanced tools
Comparing version 1.0.0 to 1.0.1
const BitStream = require('bit-buffer').BitStream; | ||
const { BufferWalk, GrowableBuffer, RecordType } = require('record-io-buffer'); | ||
const { BufferWalk, GrowableBuffer, RecordType } = require('@malvineous/record-io-buffer'); | ||
const Debug = require('../util/utl-debug.js'); | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "@malvineous/gamecomp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Apply and remove compression and encryption algorithms used by DOS games", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14721