mailgun-js
Advanced tools
Comparing version 0.7.10 to 0.7.11
@@ -1,2 +0,2 @@ | ||
var scmp = require('scmp'); | ||
var tsscmp = require('tsscmp'); | ||
var crypto = require('crypto'); | ||
@@ -126,3 +126,3 @@ | ||
return scmp( | ||
return tsscmp( | ||
signature | ||
@@ -129,0 +129,0 @@ , crypto.createHmac(mailgunHashType, self.apiKey) |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"homepage": "https://github.com/bojand/mailgun-js", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
"q": "~1.4.0", | ||
"scmp": "~1.0.0", | ||
"tsscmp": "~1.0.0", | ||
"debug": "~2.2.0" | ||
@@ -33,0 +33,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
103741
15
+ Addedtsscmp@~1.0.0
+ Addedtsscmp@1.0.6(transitive)
- Removedscmp@~1.0.0
- Removedscmp@1.0.2(transitive)