Skip to content

Commit b9d0a1b

Browse files
JustinBeckwithGautamSharda
authored andcommitted
fix(dep): drop dependency on safe-buffer (#230)
1 parent 6fffa92 commit b9d0a1b

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

handwritten/bigtable/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"protobufjs": "^6.8.0",
7878
"pumpify": "^1.3.3",
7979
"retry-request": "^4.0.0",
80-
"safe-buffer": "^5.1.1",
8180
"stream-events": "^1.0.2",
8281
"string-format-obj": "^1.0.0",
8382
"through2": "^2.0.3"

handwritten/bigtable/src/mutation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
const arrify = require('arrify');
18-
const Buffer = require('safe-buffer').Buffer;
1918
const Long = require('long');
2019
const is = require('is');
2120

handwritten/bigtable/test/mutation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
'use strict';
1818

1919
var assert = require('assert');
20-
var Buffer = require('safe-buffer').Buffer;
2120
var Long = require('long');
2221
var Mutation = require('../src/mutation.js');
2322
var sinon = require('sinon').createSandbox();

0 commit comments

Comments
 (0)