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

@exogee/logger

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exogee/logger - npm Package Compare versions

Comparing version 0.2.24 to 1.0.0-beta.1

4

lib/index.js

@@ -19,2 +19,6 @@ "use strict";

__reExport(src_exports, require("./logger"), module.exports);
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
...require("./logger")
});
//# sourceMappingURL=index.js.map

@@ -21,2 +21,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -23,0 +27,0 @@ mod

12

package.json
{
"name": "@exogee/logger",
"version": "0.2.24",
"version": "1.0.0-beta.1",
"description": "Common logging output for Exogee projects",

@@ -15,9 +15,9 @@ "license": "MIT",

"dependencies": {
"pino": "8.19.0"
"pino": "9.1.0"
},
"devDependencies": {
"@types/node": "20.11.30",
"esbuild": "0.15.5",
"glob": "10.3.10",
"typescript": "5.4.2"
"@types/node": "20.12.13",
"esbuild": "0.21.4",
"glob": "10.4.1",
"typescript": "5.4.5"
},

@@ -24,0 +24,0 @@ "keywords": [

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