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

readdir-scoped-modules

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readdir-scoped-modules - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.eslintrc

3

package.json
{
"name": "readdir-scoped-modules",
"version": "1.0.0",
"version": "1.0.1",
"description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.",

@@ -12,2 +12,3 @@ "main": "readdir.js",

"dezalgo": "^1.0.0",
"graceful-fs": "^3.0.4",
"once": "^1.3.0"

@@ -14,0 +15,0 @@ },

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

var fs = require ('fs')
var fs = require ('graceful-fs')
var dz = require ('dezalgo')

@@ -3,0 +3,0 @@ var once = require ('once')

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