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

nx-logger

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nx-logger - npm Package Compare versions

Comparing version 1.0.14 to 2.0.0

66

package.json
{
"author": "Tobias Kopelke <nox@raynode.de>",
"dependencies": {
"cpx": "^1.5.0"
},
"name": "nx-logger",
"version": "2.0.0",
"description": "",
"devDependencies": {
"@types/faker": "^4.1.0",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.31",
"@types/sinon": "^2.3.1",
"ava": "^0.19.1",
"faker": "^4.1.0",
"mocha": "^3.4.2",
"npm-scripts-info": "^0.3.6",
"sinon": "^2.3.4",
"ts-mocha": "^1.0.3",
"ts-node": "^3.0.6",
"typescript": "^2.3.4",
"unexpected": "^10.29.0"
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/*",
"types.d.ts"
],
"keywords": [
"logging",
"meta-logging"
],
"license": "ISC",
"main": "dist/log.js",
"name": "nx-logger",
"repository": {
"type": "git",
"url": "https://github.com/raynode/nx-logger"
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"scripts": {
"info": "npm-scripts-info",
"build": "tsc -p tsconfig.build.json",
"prepare": "npm run build",
"preupload": "npm version patch",
"postupload": "git push",
"test": "ts-mocha -p tsconfig.json tests/*.spec.ts",
"upload": "npm publish"
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/deprecate-holder/issues"
},
"scripts-info": {
"info": "Display information about the scripts",
"build": "(Trash and re)build the library",
"lint": "Lint all typescript source files",
"unit": "Build the library and run unit tests",
"test": "Lint, build, and test the library",
"watch": "Watch source files, rebuild library on changes, rerun relevant tests",
"cov": "Run tests, generate the HTML coverage report, and open it in a browser",
"docs": "Generate HTML API documentation and open it in a browser",
"docs:publish": "Generate HTML API documentation and push it to GitHub Pages",
"docs:json": "Generate API documentation in typedoc JSON format",
"changelog": "Bump package.json version, update CHANGELOG.md, tag a release",
"reset": "Delete all untracked files and reset the repo to the last commit",
"release": "Clean, build, test, publish docs, and prepare release (a one-step publish process)"
},
"types": "dist/log.d.ts",
"version": "1.0.14"
"homepage": "https://github.com/npm/deprecate-holder#readme"
}

10

README.md

@@ -1,9 +0,5 @@

# nx-logger
# Deprecated Package
Meta-Logging Library for node.js
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
## what does it do?
It provides a way to define a logging structure and transports that will handle the logs
There are transports available for debug and loggly
Please contact support@npmjs.com if you have questions about this package.
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