Socket
Socket
Sign inDemoInstall

totalist

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

12

package.json
{
"name": "totalist",
"version": "2.0.0",
"version": "3.0.0",
"repository": "lukeed/totalist",

@@ -9,2 +9,12 @@ "description": "A tiny (195B to 220B) utility to recursively list all (total) files in a directory",

"types": "index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./sync": {
"import": "./sync/index.mjs",
"require": "./sync/index.js"
}
},
"license": "MIT",

@@ -11,0 +21,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc