Comparing version
'use strict'; | ||
var objectAssign = require('object-assign'); | ||
var objectAssign = require('object.assign/polyfill')(); | ||
@@ -5,0 +5,0 @@ // compare and isBuffer taken from https://github.com/feross/buffer/blob/680e9e5e488f22aac27599a57dc844a6315928dd/index.js |
@@ -7,3 +7,6 @@ # assert change log | ||
## 1.5.1 | ||
* [Deps] switch to `object.assign`, and unpin `util` | ||
## 1.5.0 | ||
* Add strict mode APIs. ([@lukechilds](https://github.com/lukechilds) in [#41](https://github.com/browserify/commonjs-assert/pull/41)) |
{ | ||
"name": "assert", | ||
"description": "The node.js assert module, re-packaged for web browsers.", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"dependencies": { | ||
"object-assign": "^4.1.1", | ||
"util": "0.10.3" | ||
"object.assign": "^4.1.4", | ||
"util": "^0.10.4" | ||
}, | ||
@@ -9,0 +9,0 @@ "devDependencies": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
38565
2.73%10
25%0
-100%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated