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

@kubb/fs

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/fs - npm Package Compare versions

Comparing version 3.0.0-alpha.29 to 3.0.0-alpha.30

dist/chunk-6IZYAOYN.cjs

6

dist/types.d.ts

@@ -17,3 +17,2 @@ type BasePath<T extends string = string> = `${T}/`;

path: string;
extName?: Extname;
/**

@@ -56,3 +55,2 @@ * Add `type` prefix to the import, this will result in: `import type { Type } from './path'`.

path: string;
extName?: Extname;
/**

@@ -84,3 +82,3 @@ * Add `type` prefix to the export, this will result in: `export type { Type } from './path'`.

* Name to be used to create the path
* Based on UNIX basename, `${name}.extName`
* Based on UNIX basename, `${name}.extname`
* @link https://nodejs.org/api/path.html#pathbasenamepath-suffix

@@ -121,3 +119,3 @@ */

name: string;
extName: Extname;
extname: Extname;
imports: Array<ResolvedImport>;

@@ -124,0 +122,0 @@ exports: Array<ResolvedExport>;

{
"name": "@kubb/fs",
"version": "3.0.0-alpha.29",
"version": "3.0.0-alpha.30",
"description": "FileSystem helpers",

@@ -55,4 +55,4 @@ "keywords": [

"tsup": "^8.3.0",
"@kubb/config-ts": "3.0.0-alpha.29",
"@kubb/config-tsup": "3.0.0-alpha.29"
"@kubb/config-ts": "3.0.0-alpha.30",
"@kubb/config-tsup": "3.0.0-alpha.30"
},

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

@@ -23,3 +23,2 @@ type BasePath<T extends string = string> = `${T}/`

path: string
extName?: Extname
/**

@@ -65,3 +64,2 @@ * Add `type` prefix to the import, this will result in: `import type { Type } from './path'`.

path: string
extName?: Extname
/**

@@ -100,3 +98,3 @@ * Add `type` prefix to the export, this will result in: `export type { Type } from './path'`.

* Name to be used to create the path
* Based on UNIX basename, `${name}.extName`
* Based on UNIX basename, `${name}.extname`
* @link https://nodejs.org/api/path.html#pathbasenamepath-suffix

@@ -140,5 +138,5 @@ */

name: string
extName: Extname
extname: Extname
imports: Array<ResolvedImport>
exports: Array<ResolvedExport>
}

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

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