Socket
Socket
Sign inDemoInstall

rimraf

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rimraf - npm Package Compare versions

Comparing version 5.0.9 to 5.0.10

1

dist/commonjs/fs.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import fs, { Dirent } from 'fs';

@@ -3,0 +2,0 @@ export { chmodSync, mkdirSync, renameSync, rmdirSync, rmSync, statSync, lstatSync, unlinkSync, } from 'fs';

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { Dirent, Stats } from 'fs';

@@ -3,0 +2,0 @@ import { GlobOptions } from 'glob';

@@ -1,5 +0,3 @@

/// <reference types="node" />
/// <reference types="node" />
export declare const readdirOrError: (path: string) => Promise<import("fs").Dirent[] | NodeJS.ErrnoException>;
export declare const readdirOrErrorSync: (path: string) => import("fs").Dirent[] | NodeJS.ErrnoException;
//# sourceMappingURL=readdir-or-error.d.ts.map

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
import fs, { Dirent } from 'fs';

@@ -3,0 +2,0 @@ export { chmodSync, mkdirSync, renameSync, rmdirSync, rmSync, statSync, lstatSync, unlinkSync, } from 'fs';

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
import { Dirent, Stats } from 'fs';

@@ -3,0 +2,0 @@ import { GlobOptions } from 'glob';

@@ -1,5 +0,3 @@

/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
export declare const readdirOrError: (path: string) => Promise<import("fs").Dirent[] | NodeJS.ErrnoException>;
export declare const readdirOrErrorSync: (path: string) => import("fs").Dirent[] | NodeJS.ErrnoException;
//# sourceMappingURL=readdir-or-error.d.ts.map

11

package.json
{
"name": "rimraf",
"version": "5.0.9",
"version": "5.0.10",
"publishConfig": {
"tag": "v5-legacy"
},
"type": "module",

@@ -72,5 +75,2 @@ "tshy": {

},
"engines": {
"node": "14 >=14.20 || 16 >=16.20 || >=18"
},
"dependencies": {

@@ -88,3 +88,4 @@ "glob": "^10.3.7"

"recursive"
]
],
"module": "./dist/esm/index.js"
}

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

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

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