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

@voiceflow/logger

Package Overview
Dependencies
Maintainers
18
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/logger - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

7

package.json
{
"name": "@voiceflow/logger",
"description": "Common logger for Voiceflow backend microservices",
"version": "1.5.6",
"version": "1.5.7",
"author": "Frank Gu <frank@voiceflow.com>",

@@ -54,2 +54,5 @@ "bugs": {

},
"files": [
"build/"
],
"homepage": "https://github.com/voiceflow/logger#readme",

@@ -73,5 +76,5 @@ "keywords": [

"test": "yarn test:run",
"test:run": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.{unit,it}.{ts,js}'",
"test:dependencies": "depcheck",
"test:integration": "NODE_ENV=test nyc --report-dir nyc_coverage_integration ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.it.{ts,js}'",
"test:run": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.{unit,it}.{ts,js}'",
"test:single": "NODE_ENV=test nyc ts-mocha --paths --opts ./config/tests/mocha.opts",

@@ -78,0 +81,0 @@ "test:unit": "NODE_ENV=test nyc --report-dir=nyc_coverage_unit ts-mocha --paths --opts ./config/tests/mocha.opts 'tests/**/*.unit.{ts,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