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

scandirectory

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scandirectory - npm Package Compare versions

Comparing version 6.9.0-next.1593742436.b1c080a843eb6ff9fe9e1c230d865acc74f4ec01 to 6.10.0-next.1595451111.aa161b3d3e4ea316460da3e852835c42eff5e308

4

HISTORY.md
# History
## v6.10.0 2020 July 23
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v6.9.0 2020 June 25

@@ -4,0 +8,0 @@

36

package.json
{
"name": "scandirectory",
"version": "6.9.0-next.1593742436.b1c080a843eb6ff9fe9e1c230d865acc74f4ec01",
"version": "6.10.0-next.1595451111.aa161b3d3e4ea316460da3e852835c42eff5e308",
"description": "Scan a directory recursively with a lot of control and power",

@@ -76,3 +76,3 @@ "homepage": "https://github.com/bevry/scandirectory",

{
"description": "ESNext source code for Node.js with Require for modules",
"description": "ESNext source code for Node.js 10 || 12 || 13 || 14 with Require for modules",
"directory": "source",

@@ -93,16 +93,16 @@ "entry": "index.js",

"dependencies": {
"ignorefs": "^3.9.0",
"readdir-cluster": "^3.9.0"
"ignorefs": "^3.10.0",
"readdir-cluster": "^3.10.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.12.0",
"assert-helpers": "^6.13.0",
"eslint": "^7.3.1",
"eslint-config-bevry": "^3.13.0",
"@bevry/update-contributors": "^1.13.0",
"assert-helpers": "^6.18.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.17.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.8.0",
"kava": "^5.9.0",
"prettier": "^2.0.5",
"projectz": "^2.11.0",
"valid-directory": "^2.5.0"
"projectz": "^2.12.0",
"valid-directory": "^2.6.0"
},

@@ -113,15 +113,15 @@ "scripts": {

"our:deploy": "echo no need for this project",
"our:meta": "yarn run our:meta:contributors && yarn run our:meta:projectz",
"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz",
"our:meta:contributors": "update-contributors",
"our:meta:projectz": "projectz compile",
"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",
"our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)",
"our:release:check-dirty": "git diff --exit-code",
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:setup": "yarn run our:setup:install",
"our:setup:install": "/usr/local/bin/yarn install --ignore-engines",
"our:test": "yarn run our:verify && yarn test",
"our:verify": "yarn run our:verify:directory && yarn run our:verify:eslint && yarn run our:verify:prettier",
"our:setup": "npm run our:setup:install",
"our:setup:install": "npm install",
"our:test": "npm run our:verify && npm test",
"our:verify": "npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier",
"our:verify:directory": "valid-directory",

@@ -128,0 +128,0 @@ "our:verify:eslint": "eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source",

@@ -117,3 +117,3 @@ <!-- TITLE/ -->

<ul><li><code>scandirectory</code> aliases <code>scandirectory/source/index.js</code></li>
<li><code>scandirectory/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>
<li><code>scandirectory/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 13 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

@@ -120,0 +120,0 @@ <!-- /INSTALL -->

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