@fanoutio/grip
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -38,3 +38,3 @@ import { Buffer } from 'buffer'; | ||
// this point. Turn them back into pluses before decoding the key from base64. | ||
key = key.replace(' ', '+'); | ||
key = key.replace(/ /g, '+'); | ||
key = Buffer.from(key, 'base64'); | ||
@@ -41,0 +41,0 @@ } |
@@ -64,3 +64,3 @@ "use strict"; | ||
// this point. Turn them back into pluses before decoding the key from base64. | ||
key = key.replace(' ', '+'); | ||
key = key.replace(/ /g, '+'); | ||
key = buffer_1.Buffer.from(key, 'base64'); | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "@fanoutio/grip", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"author": "Fanout, Inc. <info@fanout.io>", | ||
@@ -5,0 +5,0 @@ "description": "GRIP Interface Library", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5557212