Socket
Socket
Sign inDemoInstall

debug

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debug - npm Package Compare versions

Comparing version 4.3.5 to 4.3.6

2

package.json
{
"name": "debug",
"version": "4.3.5",
"version": "4.3.6",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -128,2 +128,4 @@ /* eslint-env browser */

let m;
// Is webkit? http://stackoverflow.com/a/16459606/376773

@@ -136,3 +138,3 @@ // document is undefined in react-native: https://github.com/facebook/react-native/pull/1632

// https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages
(typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) ||
(typeof navigator !== 'undefined' && navigator.userAgent && (m = navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)) && parseInt(m[1], 10) >= 31) ||
// Double check webkit in userAgent just in case we are in a worker

@@ -139,0 +141,0 @@ (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/));

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