Socket
Socket
Sign inDemoInstall

@azure/logger

Package Overview
Dependencies
Maintainers
3
Versions
256
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.0.0 to 1.0.1-dev.20191115.1

9

package.json
{
"name": "@azure/logger",
"sdk-type": "client",
"version": "1.0.0",
"version": "1.0.1-dev.20191115.1",
"description": "Microsoft Azure SDK for JavaScript - Logger",

@@ -21,2 +21,3 @@ "main": "./dist/index.js",

"clean": "rimraf dist dist-esm dist-test types temp browser/*.js* browser/*.zip statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml",
"execute:samples": "echo skipped",
"extract-api": "tsc -p . && api-extractor run --local",

@@ -75,3 +76,4 @@ "format": "prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",

"devDependencies": {
"@microsoft/api-extractor": "^7.1.5",
"@microsoft/api-extractor": "^7.5.4",
"@rollup/plugin-replace": "^2.2.0",
"@types/chai": "^4.1.6",

@@ -115,3 +117,2 @@ "@types/mocha": "^5.2.5",

"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-sourcemaps": "^0.4.2",

@@ -121,4 +122,4 @@ "rollup-plugin-terser": "^5.1.1",

"ts-node": "^8.3.0",
"typescript": "^3.2.2"
"typescript": "~3.6.4"
}
}

@@ -18,3 +18,3 @@ # Azure Logger library for JS

Install this libray using npm as follows
Install this library using npm as follows

@@ -63,3 +63,3 @@ ```

```js
const { AzureLogger, setLogLevel } = require('@azure/logger');
const { AzureLogger, setLogLevel } = require("@azure/logger");

@@ -88,3 +88,3 @@ setLogLevel("verbose");

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/64a0cf353678b313bc1c27b430803db431e49c4e/CONTRIBUTING.md) to learn more about how to build and test the code.
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/812e2f0549cc45256f393ee2024339c477aad021/CONTRIBUTING.md) to learn more about how to build and test the code.

@@ -94,1 +94,4 @@ This project has adopted the Microsoft Open Source Code of Conduct.

questions or comments.
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fcore%2Flogger%2FREADME.png)
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