Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@seek/logger

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seek/logger - npm Package Compare versions

Comparing version 4.4.4 to 4.4.5

6

lib-commonjs/base/index.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const os_1 = __importDefault(require("os"));
exports.default = {
pid: process.pid,
hostname: os_1.default.hostname(),
build: process.env.BUILD_NUMBER,

@@ -11,0 +5,0 @@ commit: process.env.COMMIT_SHA,

3

lib-es2015/base/index.js

@@ -1,5 +0,2 @@

import os from 'os';
export default {
pid: process.pid,
hostname: os.hostname(),
build: process.env.BUILD_NUMBER,

@@ -6,0 +3,0 @@ commit: process.env.COMMIT_SHA,

declare const _default: {
pid: number;
hostname: string;
build: string | undefined;

@@ -5,0 +3,0 @@ commit: string | undefined;

2

package.json

@@ -61,3 +61,3 @@ {

"types": "./lib-types/index.d.ts",
"version": "4.4.4"
"version": "4.4.5"
}

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