Comparing version 1.0.1 to 1.0.2
@@ -34,4 +34,3 @@ var crypto = require( 'crypto' ) | ||
function base64( value ) { | ||
return new Buffer( value ) | ||
.toString( 'base64' ) | ||
return Buffer.from( value ).toString( 'base64' ) | ||
} | ||
@@ -38,0 +37,0 @@ |
{ | ||
"name": "wsse-token", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Web Services Security Extension (WSSE) Username Authentication Token", | ||
@@ -22,3 +22,3 @@ "author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)", | ||
"devDependencies": { | ||
"mocha": "^6.0.0" | ||
"mocha": "^6.1.4" | ||
}, | ||
@@ -25,0 +25,0 @@ "homepage": "https://github.com/jhermsmeier/node-wsse-token", |
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
4665
59