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

@kubb/core

Package Overview
Dependencies
Maintainers
0
Versions
708
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/core - npm Package Compare versions

Comparing version

to
0.0.0-canary-20241117180309

dist/chunk-4HBT5USX.cjs

3

dist/index.js

@@ -672,5 +672,2 @@ import { transformReservedWord } from './chunk-2EU7DMPM.js';

}
if (FileManager.getMode(pluginOptions.output?.path) === "single") {
return void 0;
}
return {

@@ -677,0 +674,0 @@ name: pluginOptions.output?.barrelType === "all" ? void 0 : [source.name],

{
"name": "@kubb/core",
"version": "0.0.0-canary-20241115181256",
"version": "0.0.0-canary-20241117180309",
"description": "Generator core",

@@ -83,8 +83,8 @@ "keywords": [

"p-queue": "^8.0.1",
"remeda": "^2.17.0",
"remeda": "^2.17.3",
"seedrandom": "^3.0.5",
"semver": "^7.6.3",
"@kubb/fs": "0.0.0-canary-20241115181256",
"@kubb/parser-ts": "0.0.0-canary-20241115181256",
"@kubb/types": "0.0.0-canary-20241115181256"
"@kubb/fs": "0.0.0-canary-20241117180309",
"@kubb/parser-ts": "0.0.0-canary-20241117180309",
"@kubb/types": "0.0.0-canary-20241117180309"
},

@@ -100,4 +100,4 @@ "devDependencies": {

"typescript": "^5.6.3",
"@kubb/config-ts": "0.0.0-canary-20241115181256",
"@kubb/config-tsup": "0.0.0-canary-20241115181256"
"@kubb/config-ts": "0.0.0-canary-20241117180309",
"@kubb/config-tsup": "0.0.0-canary-20241117180309"
},

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

import { clean, read } from '@kubb/fs'
import type * as KubbFile from '@kubb/fs/types'
import { FileManager, processFiles } from './FileManager.ts'
import { type FileManager, processFiles } from './FileManager.ts'
import { PluginManager } from './PluginManager.ts'

@@ -117,5 +117,2 @@ import { isInputPath } from './config.ts'

if (FileManager.getMode(pluginOptions.output?.path) === 'single') {
return undefined
}
return {

@@ -122,0 +119,0 @@ name: pluginOptions.output?.barrelType === 'all' ? undefined : [source.name],

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

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

Sorry, the diff of this file is not supported yet