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

@trayio/threadneedle

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/threadneedle - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

8

lib/logger.js

@@ -9,3 +9,3 @@ var winston = require('winston');

colorize: true,
level: (process.env.NODE_ENV === 'production') ? 'notice' : 'info'
level: (process.env.NODE_ENV === 'development') ? 'info' : 'warning'
});

@@ -17,9 +17,9 @@

crit: 2,
error: 7, // tweaked from default
error: 3, // tweaked from default
warning: 4,
notice: 5,
info: 6,
debug: 3 // moved down
debug: 7 // moved down
});
module.exports = logger;
module.exports = logger;
{
"name": "@trayio/threadneedle",
"version": "1.0.12",
"version": "1.0.13",
"description": "A framework for simplifying working with HTTP-based APIs.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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