@jimp/core
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -1229,3 +1229,3 @@ "use strict"; | ||
error.methodName = methodName; | ||
this.emitErroror(methodName, error); | ||
this.emitError(methodName, error); | ||
} | ||
@@ -1232,0 +1232,0 @@ |
@@ -1143,3 +1143,3 @@ function isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } | ||
error.methodName = methodName; | ||
this.emitErroror(methodName, error); | ||
this.emitError(methodName, error); | ||
} | ||
@@ -1146,0 +1146,0 @@ |
{ | ||
"name": "@jimp/core", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Jimp core", | ||
@@ -54,3 +54,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "762e7e5f8099996f7bfb580477e29a75694e564e" | ||
"gitHead": "833308a04a490b760425b9caadd6409cb345a582" | ||
} |
Sorry, the diff of this file is not supported yet
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
376662