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

@openapi-codegen/typescript

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openapi-codegen/typescript - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

lib/core/createOperationFetcherFnNodes.js

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

*/
const camelizedPathParams = (url) => url.replace(/\{[\w\d\-_]*\}/g, (match) => `{${(0, case_1.camel)(match)}}`);
const camelizedPathParams = (url) => url.replace(/\{[\w\d\-_.]*\}/g, (match) => `{${(0, case_1.camel)(match)}}`);
//# sourceMappingURL=createOperationFetcherFnNodes.js.map

@@ -251,2 +251,3 @@ "use strict";

typescript_1.factory.createLiteralTypeNode(typescript_1.factory.createStringLiteral("queryFn")),
typescript_1.factory.createLiteralTypeNode(typescript_1.factory.createStringLiteral("initialData")),
]),

@@ -253,0 +254,0 @@ ]);

{
"name": "@openapi-codegen/typescript",
"version": "7.0.0",
"version": "7.0.1",
"description": "OpenAPI Codegen typescript generators",

@@ -44,3 +44,3 @@ "main": "lib/index.js",

},
"gitHead": "15f79dfc627eb61d0cabdc08bee720cc7631f89e"
"gitHead": "138a808be699cc65383708744e72ffe26b85b9eb"
}

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