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

rec-get-files

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rec-get-files - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

21

package.json
{
"name": "rec-get-files",
"version": "0.0.4",
"version": "0.0.5",
"description": "returns all files in a directory tree",
"main": "dist/index.js",
"types": "dist",
"scripts": {
"test": "jest",
"dev": "tsc --watch",
"build": "tsc --build",
"prepack": "pnpm build"
},
"exports": "./dist/index.js",
"type": "module",
"files": [

@@ -24,8 +18,9 @@ "dist"

"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.10.9",
"jest": "^27.2.5",
"ts-jest": "^27.0.5",
"typescript": "^4.4.4"
},
"scripts": {
"dev": "tsc --watch",
"build": "tsc --build"
}
}
}
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