Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "openpgp", | ||
"description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"homepage": "http://openpgpjs.org/", | ||
@@ -6,0 +6,0 @@ "engines": { |
@@ -281,5 +281,3 @@ // GPG4Browsers - An OpenPGP implementation in javascript | ||
// handler error globally | ||
promise.catch(onError.bind(null, errMsg)); | ||
return promise; | ||
return promise.catch(onError.bind(null, errMsg)); | ||
} | ||
@@ -286,0 +284,0 @@ |
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
748101
18351