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

@influmy/logger

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influmy/logger - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.github/workflows/npmpublish.yml

6

package.json
{
"name": "@influmy/logger",
"version": "1.0.4",
"version": "1.0.5",
"description": "Winston logger wrapper with console transport",

@@ -8,4 +8,4 @@ "main": "dist/index.js",

"start": "babel-node src/index.js",
"build": "babel src -d dist",
"test": "ENV=test jest --no-cache",
"build": "NODE_ENV=production babel src -d dist",
"test": "NODE_ENV=test jest --no-cache",
"test:debug": "npm test -- --debug",

@@ -12,0 +12,0 @@ "test:watch": "npm test -- --watch",

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