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

backtrace-service

Package Overview
Dependencies
Maintainers
5
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtrace-service - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

lib/model/serviceDescriptor.d.ts

2

lib/config/config.d.ts

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

import { IServiceDescriptor } from '../model/descriptor';
import { IServiceDescriptor } from '../model/serviceDescriptor';
import { IDescriptorOpts } from './model/descriptorOptions';

@@ -3,0 +3,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=coronerDescriptor.js.map

@@ -0,0 +0,0 @@ export interface IDescriptorOpts {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=descriptorOptions.js.map
import { NextFunction, Request, Response } from 'express';
import { IServiceDescriptor } from '../model/descriptor';
import { IServiceDescriptor } from '../model/serviceDescriptor';
import { ICoronerRequestOption } from './model/authRequestOptions';

@@ -4,0 +4,0 @@ import { IServerConfiguration } from './model/serverConfiguration';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface IAuthRequestOptions {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=authRequestOptions.js.map

@@ -0,0 +0,0 @@ export interface IConfig {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=serverConfiguration.js.map

@@ -17,4 +17,5 @@ /**

*/
export { IServiceDescriptor } from './model/serviceDescriptor';
export { getBackupConfig, getConfig, getDescriptor, getProperConfig, } from './config/config';
export { ICoronerDescriptor } from './config/model/coronerDescriptor';
export { IDescriptorOpts } from './config/model/descriptorOptions';

@@ -20,5 +20,2 @@ "use strict";

exports.UniverseHelper = backtraceUniverseHelper_1.UniverseHelper;
/**
* Service configuration helpers
*/
var config_1 = require("./config/config");

@@ -25,0 +22,0 @@ exports.getBackupConfig = config_1.getBackupConfig;

export declare function info(log: string): void;
export declare function warning(log: string): void;
export declare function error(log: string): void;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Response } from 'express';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

{
"name": "backtrace-service",
"version": "1.2.2",
"version": "1.2.3",
"description": "Common tools for Backtrace Node services",

@@ -5,0 +5,0 @@ "author": "Backtrace",

@@ -0,0 +0,0 @@ # Backtrace Service Layer nodejs library

@@ -5,3 +5,3 @@ import { randomBytes } from 'crypto';

import * as log from '../log/log';
import { IServiceDescriptor } from '../model/descriptor';
import { IServiceDescriptor } from '../model/serviceDescriptor';
import { ICoronerDescriptor } from './model/coronerDescriptor';

@@ -8,0 +8,0 @@ import { IDescriptorOpts } from './model/descriptorOptions';

@@ -0,0 +0,0 @@ export interface IDescriptorOpts {

@@ -5,4 +5,4 @@ import axios from 'axios';

import { NextFunction, Request, Response } from 'express';
import { IServiceDescriptor } from '../model/descriptor';
import { ResponseResult } from '../model/responseResult';
import { IServiceDescriptor } from '../model/serviceDescriptor';
import {

@@ -9,0 +9,0 @@ ICoronerAuth,

@@ -0,0 +0,0 @@ export interface IAuthRequestOptions {

@@ -0,0 +0,0 @@ export interface IConfig {

@@ -23,2 +23,3 @@ /**

*/
export { IServiceDescriptor } from './model/serviceDescriptor';
export {

@@ -25,0 +26,0 @@ getBackupConfig,

@@ -0,0 +0,0 @@ import chalk from 'chalk';

@@ -0,0 +0,0 @@ import * as url from 'url';

Sorry, the diff of this file is not supported yet

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