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

@fintech-solutions/country

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fintech-solutions/country - npm Package Compare versions

Comparing version 1.2.61 to 1.2.62

2

dist/controllers/countries.controller.d.ts

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

import { SuccessResponse } from '@fintech-solutions/core/dist/interfaces/success-response.interface';
import { SuccessResponse } from '@fintech-solutions/core';
import { CountryRepository } from '../ports/country.repository';

@@ -3,0 +3,0 @@ import { CountryResponse } from '../dtos/country.response';

{
"name": "@fintech-solutions/country",
"private": false,
"version": "1.2.61",
"version": "1.2.62",
"description": "",

@@ -19,3 +19,3 @@ "main": "dist/index.js",

"dependencies": {
"@fintech-solutions/core": "^1.2.60",
"@fintech-solutions/core": "^1.2.62",
"@nestjs/axios": "^1.0.1",

@@ -32,3 +32,3 @@ "rxjs": "^7.2.0"

},
"gitHead": "b0e9356e38483c3fa3e9204971c770e45ce23a8e"
"gitHead": "1fb052294d7512db12a6d8cfc253bec4c0d65c5a"
}
import { Controller, Get, Inject, Query } from '@nestjs/common';
import { ApiResponse, ApiTags } from '@nestjs/swagger';
import { SuccessResponse } from '@fintech-solutions/core/dist/interfaces/success-response.interface';
import { SuccessResponse } from '@fintech-solutions/core';

@@ -5,0 +5,0 @@ import { CountryRepository } from '../ports/country.repository';

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