Socket
Socket
Sign inDemoInstall

debug

Package Overview
Dependencies
1
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 2.5.2

7

CHANGELOG.md
2.5.2 / 2016-12-25
==================
* Fix: reference error on window within webworkers (#393, @KlausTrainer)
* Docs: fixed README typo (#391, @lurch)
* Docs: added notice about v3 api discussion (@thebigredgeek)
2.5.1 / 2016-12-20

@@ -3,0 +10,0 @@ ==================

2

component.json

@@ -5,3 +5,3 @@ {

"description": "small debugging utility",
"version": "2.5.1",
"version": "2.5.2",
"keywords": [

@@ -8,0 +8,0 @@ "debug",

{
"name": "debug",
"version": "2.5.1",
"version": "2.5.2",
"repository": {

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

@@ -6,2 +6,3 @@ # debug

**Discussion around the V3 API is under way [here](https://github.com/visionmedia/debug/issues/370)**

@@ -65,3 +66,3 @@ ## Installation

Note that PowerShell using different syntax to set environment variables.
Note that PowerShell uses different syntax to set environment variables.

@@ -68,0 +69,0 @@ ```cmd

@@ -185,4 +185,4 @@ /**

/** Attach to Window*/
if (window) {
if (typeof window !== 'undefined') {
window.debug = exports;
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc