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

@colearn/microservices-kit

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colearn/microservices-kit - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

lib/cache-control.d.ts

1

lib/index.d.ts

@@ -12,2 +12,3 @@ export { default as HttpService } from './http-service';

export * from './error-handlers';
export * from './cache-control';
export * as arrays from './arrays';

@@ -45,3 +45,4 @@ "use strict";

__exportStar(require("./error-handlers"), exports);
__exportStar(require("./cache-control"), exports);
exports.arrays = __importStar(require("./arrays"));
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@colearn/microservices-kit",
"version": "0.0.33",
"version": "0.0.34",
"description": "colearn microservice kit",

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

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