@cumulus/checksum
Advanced tools
Comparing version 1.23.2 to 1.24.0
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "@cumulus/checksum", | ||
"version": "1.23.2", | ||
"version": "1.24.0", | ||
"description": "Cumulus checksum utilities", | ||
@@ -46,3 +46,3 @@ "engines": { | ||
}, | ||
"gitHead": "1fe70f31c93424f5bfabb61046254eed5306b72b" | ||
"gitHead": "e98bd892450ac176e8e802a69d2c7d27a9ed3bca" | ||
} |
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
18881