Socket
Socket
Sign inDemoInstall

@azure/logger

Package Overview
Dependencies
Maintainers
2
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/logger - npm Package Compare versions

Comparing version 1.1.5-alpha.20240826.2 to 1.1.5-alpha.20240828.1

2

dist/browser/debug.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
import { log } from "./log.js";

@@ -4,0 +4,0 @@ const debugEnvVariable = (typeof process !== "undefined" && process.env && process.env.DEBUG) || undefined;

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
import debug from "./debug.js";

@@ -4,0 +4,0 @@ const registeredLoggers = new Set();

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
export function log(...args) {

@@ -4,0 +4,0 @@ if (args.length > 0) {

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
export { log } from "./log.common.js";
//# sourceMappingURL=log-browser.mjs.map
"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ const log_js_1 = require("./log.js");

"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ exports.AzureLogger = void 0;

"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ exports.log = log;

"use strict";
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +5,0 @@ exports.log = log;

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
import { log } from "./log.js";

@@ -4,0 +4,0 @@ const debugEnvVariable = (typeof process !== "undefined" && process.env && process.env.DEBUG) || undefined;

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
import debug from "./debug.js";

@@ -4,0 +4,0 @@ const registeredLoggers = new Set();

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
export function log(...args) {

@@ -4,0 +4,0 @@ if (args.length > 0) {

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
import { EOL } from "node:os";

@@ -4,0 +4,0 @@ import util from "node:util";

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
import { log } from "./log.js";

@@ -4,0 +4,0 @@ const debugEnvVariable = (typeof process !== "undefined" && process.env && process.env.DEBUG) || undefined;

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
import debug from "./debug.js";

@@ -4,0 +4,0 @@ const registeredLoggers = new Set();

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
export function log(...args) {

@@ -4,0 +4,0 @@ if (args.length > 0) {

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// Licensed under the MIT License.
export { log } from "./log.common.js";
//# sourceMappingURL=log-react-native.mjs.map
{
"name": "@azure/logger",
"sdk-type": "client",
"version": "1.1.5-alpha.20240826.2",
"version": "1.1.5-alpha.20240828.1",
"description": "Microsoft Azure SDK for JavaScript - Logger",

@@ -6,0 +6,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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