New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microgamma/loggator

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

@microgamma/loggator - npm Package Compare versions

Comparing version 0.3.3 to 1.10.1

9

package.json
{
"name": "@microgamma/loggator",
"version": "0.3.3",
"version": "1.10.1",
"description": "typescript decorator for easy log",

@@ -24,3 +24,4 @@ "main": "lib/index.js",

"test": "run-s test:*",
"test:unit": "ava",
"test:unit": "nyc --silent ava",
"test:lint": "tslint --project . ",
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"",

@@ -35,3 +36,2 @@ "cov": "run-s build test:unit cov:html && opn coverage/index.html",

"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs",
"version": "standard-version",
"reset": "git clean -dfx && git reset --hard && npm i",

@@ -73,3 +73,6 @@ "clean": "trash lib",

]
},
"prettier": {
"singleQuote": true
}
}
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