billogramapi
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -12,3 +12,3 @@ 'use strict'; | ||
var authString = api_user + ':' + api_password; | ||
var base64Token = new Buffer("Hello World").toString('base64') | ||
var base64Token = new Buffer(authString).toString('base64') | ||
this.token = base64Token; | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "billogramapi", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Wrapper for Billograms API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2228