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.
object.assign
util
1 parent 8386769 commit d43ae8cCopy full SHA for d43ae8c
assert.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var objectAssign = require('object-assign');
+var objectAssign = require('object.assign/polyfill')();
4
5
// compare and isBuffer taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js
6
// original notice:
package.json
@@ -3,8 +3,8 @@
"description": "The node.js assert module, re-packaged for web browsers.",
"version": "1.5.0",
"dependencies": {
- "object-assign": "^4.1.1",
7
- "util": "0.10.3"
+ "object.assign": "^4.1.4",
+ "util": "^0.10.4"
8
},
9
"devDependencies": {
10
"mocha": "~1.21.4",
0 commit comments