We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
call-bound
1 parent d5343a0 commit dbabfe3Copy full SHA for dbabfe3
index.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var callBound = require('call-bind/callBound');
+var callBound = require('call-bound');
4
var hasToStringTag = require('has-tostringtag/shams')();
5
var hasOwn = require('hasown');
6
var gOPD = require('gopd');
package.json
@@ -41,7 +41,7 @@
41
"expression"
42
],
43
"dependencies": {
44
- "call-bind": "^1.0.8",
+ "call-bound": "^1.0.2",
45
"gopd": "^1.2.0",
46
"has-tostringtag": "^1.0.2",
47
"hasown": "^2.0.2"
@@ -50,7 +50,6 @@
50
"@arethetypeswrong/cli": "^0.17.1",
51
"@ljharb/eslint-config": "^21.1.1",
52
"@ljharb/tsconfig": "^0.2.2",
53
- "@types/call-bind": "^1.0.5",
54
"@types/core-js": "^2.5.8",
55
"@types/for-each": "^0.3.3",
56
"@types/tape": "^5.6.5",
0 commit comments