Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "rox-node", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Rollout.io ROX JS SDK Node", | ||
@@ -57,3 +57,3 @@ "author": "Rollout.io <support@rollout.io>", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rox-base": "^4.2.1", | ||
"rox-base": "^4.2.2", | ||
"supertest": "^3.0.0", | ||
@@ -60,0 +60,0 @@ "uglifyjs-webpack-plugin": "^1.2.3", |
@@ -16,6 +16,6 @@ import crypto from 'crypto'; | ||
const result = verifier.verify(publicKey, signature, DEFAULT_SIGNATURE_ENCODING); | ||
return Promise.resolve(result); | ||
return result; | ||
} | ||
} | ||
export default Promise.resolve(RoxCrypto); | ||
export default RoxCrypto; |
Sorry, the diff of this file is too big to display
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
406949
10975