We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
call-bound
1 parent b86a774 commit 56d996eCopy full SHA for 56d996e
index.js
@@ -2,7 +2,7 @@
2
3
var $TypeError = require('es-errors/type');
4
5
-var callBound = require('call-bind/callBound');
+var callBound = require('call-bound');
6
7
var $dataViewByteOffset = callBound('DataView.prototype.byteOffset', true);
8
package.json
@@ -48,7 +48,7 @@
48
},
49
"homepage": "https://github.com/inspect-js/data-view-byte-offset#readme",
50
"dependencies": {
51
- "call-bind": "^1.0.8",
+ "call-bound": "^1.0.2",
52
"es-errors": "^1.3.0",
53
"is-data-view": "^1.0.1"
54
0 commit comments