Huge News!Announcing our $40M Series B led by Abstract Ventures.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.15.1 to 0.15.2

2

CHANGELOG.md
## 0.15.1
## 0.15.2

@@ -4,0 +4,0 @@ - bugfix

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

// 如果是数字开头,则加上下划线
if (!Number.isNaN(result[0]))
if (!Number.isNaN(Number(result[0])))
result = '_' + result;

@@ -73,0 +73,0 @@ return result;

{
"name": "swagger-axios-codegen",
"version": "0.15.1",
"version": "0.15.2",
"main": "./dist/index",

@@ -5,0 +5,0 @@ "typings": "./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