Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kubb/parser

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/parser - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

7

dist/index.d.ts

@@ -20,3 +20,2 @@ import ts from 'typescript';

/**
*
* Minimum nodes length of 2

@@ -30,3 +29,2 @@ * @example `string & number`

/**
*
* Minimum nodes length of 2

@@ -79,3 +77,2 @@ * @example `string | number`

* @example `import { Pet as Cat } from './Pet'`
*
*/

@@ -117,4 +114,2 @@ declare function createImportDeclaration({ name, path, isTypeOnly, }: {

declare function print(elements: ts.Node | Array<ts.Node | undefined> | null, baseName?: string): string;
type ParseResult = {

@@ -126,2 +121,4 @@ ast: ts.Node;

declare function print(elements: ts.Node | Array<ts.Node | undefined> | null, baseName?: string): string;
export { ArrayTwoOrMore, appendJSDocToNode, createEnumDeclaration, createExportDeclaration, createImportDeclaration, createIndexSignature, createIntersectionDeclaration, createJSDoc, createOmitDeclaration, createParameterSignature, createPropertySignature, createQuestionToken, createTupleDeclaration, createTypeAliasDeclaration, createUnionDeclaration, modifiers, parse, print };
{
"name": "@kubb/parser",
"version": "1.14.0",
"version": "1.14.1",
"description": "Generator parser",

@@ -42,3 +42,3 @@ "keywords": [

"devDependencies": {
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"tsup": "^7.2.0",

@@ -45,0 +45,0 @@ "@kubb/eslint-config": "1.1.8",

<div align="center">
<!-- <img src="assets/logo.png" alt="logo" width="200" height="auto" /> -->
<h1>@kubb/parser</h1>
<p>
<!-- <img src="assets/logo.png" alt="logo" width="200" height="auto" /> -->
<h1>@kubb/parser</h1>
<p>
TypeScript codegen utils
</p>
</p>
<img src="https://raw.githubusercontent.com/kubb-project/kubb/main/assets/banner.png" alt="logo" height="auto" />
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Coverage][coverage-src]][coverage-href]
[![License][license-src]][license-href]
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
<h4>
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Coverage][coverage-src]][coverage-href]
[![License][license-src]][license-href]
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
<h4>
<a href="https://codesandbox.io/s/github/kubb-project/kubb/tree/main/examples/typescript" target="_blank">View Demo</a>

@@ -44,2 +43,2 @@ <span> · </span>

[coverage-src]: https://img.shields.io/codecov/c/github/kubb-project/kubb?style=flat&colorA=18181B&colorB=f58517
[coverage-href]: https://www.npmjs.com/package/@kubb/parser
[coverage-href]: https://www.npmjs.com/package/@kubb/parser

Sorry, the diff of this file is not supported yet

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