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

@kubb/parser-ts

Package Overview
Dependencies
Maintainers
0
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/parser-ts - npm Package Compare versions

Comparing version 2.27.1 to 2.27.2

dist/chunk-5FZ7A36O.cjs

2

dist/factory.js

@@ -31,3 +31,3 @@ import {

modifiers
} from "./chunk-QS3OYEJK.js";
} from "./chunk-UKREFUXY.js";
export {

@@ -34,0 +34,0 @@ appendJSDocToNode,

import {
factory_exports
} from "./chunk-QS3OYEJK.js";
} from "./chunk-UKREFUXY.js";

@@ -5,0 +5,0 @@ // src/api.ts

{
"name": "@kubb/parser-ts",
"version": "2.27.1",
"version": "2.27.2",
"description": "TypeScript parser",

@@ -58,5 +58,5 @@ "keywords": [

"tsup": "^8.3.0",
"@kubb/config-biome": "2.27.1",
"@kubb/config-ts": "2.27.1",
"@kubb/config-tsup": "2.27.1"
"@kubb/config-biome": "2.27.2",
"@kubb/config-ts": "2.27.2",
"@kubb/config-tsup": "2.27.2"
},

@@ -63,0 +63,0 @@ "engines": {

@@ -214,3 +214,3 @@ import { isNumber } from 'remeda'

const text = filteredComments.reduce((acc = '', comment = '') => {
return `${acc}\n * ${comment}`
return `${acc}\n * ${comment.replaceAll('*/', '*\\/')}`
}, '*')

@@ -217,0 +217,0 @@

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