You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

assert

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

.github/FUNDING.yml

2

assert.js
'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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc