New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fluyappgo/commons-backend

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluyappgo/commons-backend - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

4

build/classes/HttpResponse.d.ts

@@ -5,4 +5,4 @@ export declare class HttpResponse {

metadata?: any;
message?: String;
constructor(code: String, data: any, metadata?: any, message?: String);
message?: any;
constructor(code: String, data: any, metadata?: any, message?: any);
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpResponse = void 0;
var HttpResponse = /** @class */ (function () {
function HttpResponse(code, data, metadata, message) {
this.code = code;
this.data = data;
this.metadata = metadata;
this.message = message;
}
return HttpResponse;
}());
exports.HttpResponse = HttpResponse;
{
"name": "@fluyappgo/commons-backend",
"version": "1.0.25",
"version": "1.0.26",
"description": "",

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

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