Socket
Socket
Sign inDemoInstall

@logtail/core

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logtail/core - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

8

package.json
{
"name": "@logtail/core",
"version": "0.4.5",
"version": "0.4.6",
"description": "Logtail.com - logging core",

@@ -43,6 +43,6 @@ "keywords": [

"dependencies": {
"@logtail/tools": "^0.4.5",
"@logtail/types": "^0.4.5"
"@logtail/tools": "^0.4.6",
"@logtail/types": "^0.4.6"
},
"gitHead": "0f816cacc21b352576a5707741f9151aa1481041"
"gitHead": "7c2faf339a1ea766cd986896739ee4c47788a06e"
}

@@ -260,3 +260,3 @@ import Base from "./base";

// Context should contain a stack trace
expect((log as any).stack).toBe(e.stack);
expect(log.stack).toBe(e.stack);
});

@@ -263,0 +263,0 @@

Sorry, the diff of this file is not supported yet

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