Comparing version 0.3.1 to 0.3.2
// Generated by CoffeeScript 1.7.0 | ||
(function() { | ||
var ArtPackArchive, ArtPacks, Buffer, EventEmitter, ZIP, arrayBufferToString, binaryXHR, fs, getFrames, getPixels, graycolorize, path, savePixels, splitNamespace, | ||
var ArtPackArchive, ArtPacks, EventEmitter, ZIP, arrayBufferToString, binaryXHR, fs, getFrames, getPixels, graycolorize, path, savePixels, splitNamespace, | ||
__hasProp = {}.hasOwnProperty, | ||
@@ -17,4 +17,2 @@ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; | ||
Buffer = (require('native-buffer-browserify')).Buffer; | ||
getFrames = require('mcmeta'); | ||
@@ -21,0 +19,0 @@ |
{ | ||
"name": "artpacks", | ||
"description": "cascading texture/sound artwork pack loader", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"repository": { | ||
@@ -18,3 +18,2 @@ "type": "git", | ||
"binary-xhr": "^0.0.2", | ||
"native-buffer-browserify": ">=2.0.9", | ||
"mcmeta": "^0.1.0", | ||
@@ -21,0 +20,0 @@ "get-pixels": "^1.0.1", |
Sorry, the diff of this file is not supported yet
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
6
38973
611
- Removednative-buffer-browserify@>=2.0.9
- Removedbase64-js@0.0.8(transitive)
- Removedieee754@1.2.1(transitive)
- Removedis-array@1.0.1(transitive)
- Removednative-buffer-browserify@3.2.2(transitive)