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

swagger-axios-codegen

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-axios-codegen - npm Package Compare versions

Comparing version 0.12.6 to 0.12.7

5

CHANGELOG.md
## 0.12.7
- optimize:
- Optimize PagedResultDto
## 0.12.6

@@ -3,0 +8,0 @@

2

dist/templates/genericTypeDefinitionTemplate.js

@@ -32,3 +32,3 @@ "use strict";

export class PagedResultDto<T> implements IPagedResult<T> {
export class PagedResultDto<T=any> implements IPagedResult<T> {
totalCount?: number;

@@ -35,0 +35,0 @@ items?: T[];

{
"name": "swagger-axios-codegen",
"version": "0.12.6",
"version": "0.12.7",
"main": "./dist/index",

@@ -5,0 +5,0 @@ "typings": "./dist/",

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