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

@lumigo/node-core

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumigo/node-core - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

lib/types/index.d.ts

1

lib/index.d.ts
export * as Logger from './logger';
export * as CommonUtils from './common';
export * as Types from './types';

3

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommonUtils = exports.Logger = void 0;
exports.Types = exports.CommonUtils = exports.Logger = void 0;
exports.Logger = require("./logger");
exports.CommonUtils = require("./common");
exports.Types = require("./types");
//# sourceMappingURL=index.js.map
{
"name": "@lumigo/node-core",
"version": "1.7.0",
"version": "1.8.0",
"description": "Lumigo core node sdk",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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