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

nestjs-http-manager

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-http-manager - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

.eslintrc.js

6

dist/index.d.ts

@@ -1,3 +0,3 @@

export * from './http-manager.module';
export * from './http-manager.service';
export * from './types/request-options';
export * from './http-manager/http-manager.module';
export * from './http-manager/http-manager.service';
export * from './http-manager/types/request-options';

@@ -17,5 +17,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./http-manager.module"), exports);
__exportStar(require("./http-manager.service"), exports);
__exportStar(require("./types/request-options"), exports);
__exportStar(require("./http-manager/http-manager.module"), exports);
__exportStar(require("./http-manager/http-manager.service"), exports);
__exportStar(require("./http-manager/types/request-options"), exports);
//# sourceMappingURL=index.js.map
{
"name": "nestjs-http-manager",
"version": "0.1.13",
"version": "0.1.14",
"author": "byteflowstudio",

@@ -23,6 +23,3 @@ "description": "Обертка над http-модулем с использованием реактивного программирования и отловом ошибок для nestjs",

"typescript": "^5.4.5"
},
"files": [
"dist"
]
}
}

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