Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@0x/utils

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x/utils - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

10

CHANGELOG.json
[
{
"version": "4.2.2",
"changes": [
{
"note": "Fix issue where process is not defined in browser context",
"pr": 1660
}
],
"timestamp": 1551479279
},
{
"timestamp": 1551220833,

@@ -4,0 +14,0 @@ "version": "4.2.1",

4

CHANGELOG.md

@@ -8,2 +8,6 @@ <!--

## v4.2.2 - _March 1, 2019_
* Fix issue where process is not defined in browser context (#1660)
## v4.2.1 - _February 26, 2019_

@@ -10,0 +14,0 @@

2

lib/src/log_utils.js

@@ -26,3 +26,3 @@ "use strict";

var DEFAULT_TERMINAL_WIDTH = 80;
var TERMINAL_WIDTH = process.stdout.columns || DEFAULT_TERMINAL_WIDTH;
var TERMINAL_WIDTH = _.get(process, 'stdout.columns') || DEFAULT_TERMINAL_WIDTH;
exports.logUtils = {

@@ -29,0 +29,0 @@ log: function () {

{
"name": "@0x/utils",
"version": "4.2.1",
"version": "4.2.2",
"engines": {

@@ -64,3 +64,3 @@ "node": ">=6.12"

},
"gitHead": "ec24c79da143c4fe779a147f7739d62ff4fbdcc7"
"gitHead": "397496aff007500f1b4fbf68fe53f2e565f3e115"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc