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

@meshwatch/logging

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

@meshwatch/logging - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/correlationsIds.d.ts

14

package.json
{
"name": "@meshwatch/logging",
"description": "NodeJS serverless logging",
"version": "1.0.1",
"version": "1.0.2",
"license": "UNLICENSED",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/src/index.d.ts",
"module": "dist/logging.esm.js",
"typings": "dist/index.d.ts",
"repository": {

@@ -21,5 +21,5 @@ "type": "git",

"scripts": {
"start": "microbundle --sourcemap true --watch",
"start": "tsdx watch --target node",
"test": "jest",
"build": "microbundle",
"build": "tsdx build --target node",
"lint": "concurrently \"npm run prettier\" \"npm run eslint\"",

@@ -32,3 +32,2 @@ "prettier": "prettier -l 'src/**/*'",

"devDependencies": {
"middy": "^0.28.4",
"@semantic-release/gitlab": "^3.1.7",

@@ -46,3 +45,3 @@ "@types/jest": "^24.0.16",

"jest": "^24.8.0",
"microbundle": "^0.11.0",
"middy": "^0.28.4",
"prettier": "^1.18.2",

@@ -53,2 +52,3 @@ "pretty-quick": "^1.11.1",

"ts-jest": "^24.0.2",
"tsdx": "^0.7.2",
"typescript": "^3.5.3"

@@ -55,0 +55,0 @@ },

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