Skip to content

Commit

Permalink
robust setimmediate polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
xqdoo00o authored and Stuk committed May 20, 2022
1 parent f43810e commit ab3f9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
var support = require('./support');
var base64 = require('./base64');
var nodejsUtils = require('./nodejsUtils');
var setImmediate = require('set-immediate-shim');
var external = require("./external");
require('setimmediate');


/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lie": "~3.3.0",
"pako": "~1.0.2",
"readable-stream": "~2.3.6",
"set-immediate-shim": "~1.0.1"
"setimmediate": "^1.0.5"
},
"license": "(MIT OR GPL-3.0-or-later)"
}

0 comments on commit ab3f9d9

Please sign in to comment.