scandirectory
Advanced tools
Comparing version 8.0.0 to 8.1.0-next.1704219414.2fc28c56c6ed6043e40c18fc415c3d01b3362db1
{ | ||
"name": "scandirectory", | ||
"version": "8.0.0", | ||
"version": "8.1.0-next.1704219414.2fc28c56c6ed6043e40c18fc415c3d01b3362db1", | ||
"license": "Artistic-2.0", | ||
@@ -16,2 +16,6 @@ "description": "Scan a directory recursively with a lot of control and power", | ||
"keywords": [ | ||
"deno", | ||
"deno-edition", | ||
"deno-entry", | ||
"denoland", | ||
"es2015", | ||
@@ -84,3 +88,2 @@ "es2017", | ||
"Bohdan (https://github.com/bohdanly)", | ||
"Bohdan Lysenko <lysenkobv@gmail.com> (https://github.com/lysenkobv)", | ||
"Sean Fridman <mail@seanfridman.com> (https://seanfridman.com) (https://github.com/sfrdmn)" | ||
@@ -92,2 +95,3 @@ ], | ||
"Codecov <hello-codecov@sentry.io> (https://codecov.io) (https://github.com/codecov): Empower developers with tools to improve code quality and testing.", | ||
"Frontend Masters <support@frontendmasters.com> (https://FrontendMasters.com) (https://github.com/FrontendMasters) (https://thanks.dev/d/gh/FrontendMasters): The training platform for web app engineering skills – from front-end to full-stack! 🚀", | ||
"Poonacha Medappa (https://poonachamedappa.com) (https://github.com/km-Poonacha)", | ||
@@ -107,2 +111,3 @@ "Rob Morris <rob@prismatik.com.au> (https://github.com/Rob-Morris)", | ||
"entroniq (https://gitlab.com/entroniq) (https://thanks.dev/d/gl/entroniq)", | ||
"Frontend Masters <support@frontendmasters.com> (https://FrontendMasters.com) (https://github.com/FrontendMasters) (https://thanks.dev/d/gh/FrontendMasters)", | ||
"GitHub (https://github.com/about) (https://github.com/github)", | ||
@@ -226,2 +231,16 @@ "Hunter Beast (https://cryptoquick.com) (https://github.com/cryptoquick)", | ||
"engines": false | ||
}, | ||
{ | ||
"description": "TypeScript source code made to be compatible with Deno", | ||
"directory": "edition-deno", | ||
"entry": "index.ts", | ||
"tags": [ | ||
"typescript", | ||
"import", | ||
"deno" | ||
], | ||
"engines": { | ||
"deno": true, | ||
"browsers": false | ||
} | ||
} | ||
@@ -241,2 +260,3 @@ ], | ||
}, | ||
"deno": "edition-deno/index.ts", | ||
"dependencies": { | ||
@@ -252,7 +272,8 @@ "editions": "^6.21.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-bevry": "^5.4.0", | ||
"eslint-config-bevry": "^5.5.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.2", | ||
"filedirname": "^3.4.0", | ||
"kava": "^7.8.0", | ||
"kava": "^7.9.0", | ||
"make-deno-edition": "^2.3.0", | ||
"prettier": "^3.1.1", | ||
@@ -267,3 +288,4 @@ "projectz": "^4.2.0", | ||
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "npm run our:compile:edition-es2015 && npm run our:compile:edition-es2017 && npm run our:compile:edition-es2017-esm && npm run our:compile:edition-es2022 && npm run our:compile:edition-es5 && npm run our:compile:edition-types", | ||
"our:compile": "npm run our:compile:deno && npm run our:compile:edition-es2015 && npm run our:compile:edition-es2017 && npm run our:compile:edition-es2017-esm && npm run our:compile:edition-es2022 && npm run our:compile:edition-es5 && npm run our:compile:edition-types", | ||
"our:compile:deno": "make-deno-edition --attempt", | ||
"our:compile:edition-es2015": "tsc --module commonjs --target ES2015 --outDir ./edition-es2015 --project tsconfig.json && ( test ! -d edition-es2015/source || ( mv edition-es2015/source edition-temp && rm -rf edition-es2015 && mv edition-temp edition-es2015 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es2015/package.json", | ||
@@ -270,0 +292,0 @@ "our:compile:edition-es2017": "tsc --module commonjs --target ES2017 --outDir ./edition-es2017 --project tsconfig.json && ( test ! -d edition-es2017/source || ( mv edition-es2017/source edition-temp && rm -rf edition-es2017 && mv edition-temp edition-es2017 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es2017/package.json", |
@@ -56,2 +56,7 @@ <!-- TITLE/ --> | ||
### [Deno](https://deno.land "Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js") | ||
``` typescript | ||
import pkg from 'https://unpkg.com/scandirectory@^8.1.0/edition-deno/index.ts' | ||
``` | ||
### [Editions](https://editions.bevry.me "Editions are the best way to produce and consume packages you care about.") | ||
@@ -68,2 +73,3 @@ | ||
- `scandirectory/edition-types/index.d.ts` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") compiled Types with [Import](https://babeljs.io/docs/learn-es2015/#modules "ECMAScript Modules") for modules | ||
- `scandirectory/edition-deno/index.ts` is [TypeScript](https://www.typescriptlang.org/ "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.") source code made to be compatible with [Deno](https://deno.land "Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js") | ||
@@ -100,3 +106,2 @@ <!-- /INSTALL --> | ||
- [Bohdan](https://github.com/bohdanly) — [view contributions](https://github.com/bevry/scandirectory/commits?author=bohdanly "View the GitHub contributions of Bohdan on repository bevry/scandirectory") | ||
- [Bohdan Lysenko](https://github.com/lysenkobv) — [view contributions](https://github.com/bevry/scandirectory/commits?author=lysenkobv "View the GitHub contributions of Bohdan Lysenko on repository bevry/scandirectory") | ||
- [Sean Fridman](https://github.com/sfrdmn) — [view contributions](https://github.com/bevry/scandirectory/commits?author=sfrdmn "View the GitHub contributions of Sean Fridman on repository bevry/scandirectory") | ||
@@ -120,2 +125,3 @@ | ||
- [Codecov](https://codecov.io) — Empower developers with tools to improve code quality and testing. | ||
- [Frontend Masters](https://FrontendMasters.com) — The training platform for web app engineering skills – from front-end to full-stack! 🚀 | ||
- [Poonacha Medappa](https://poonachamedappa.com) | ||
@@ -136,2 +142,3 @@ - [Rob Morris](https://github.com/Rob-Morris) | ||
- [entroniq](https://gitlab.com/entroniq) | ||
- [Frontend Masters](https://FrontendMasters.com) | ||
- [GitHub](https://github.com/about) | ||
@@ -138,0 +145,0 @@ - [Hunter Beast](https://cryptoquick.com) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
160667
32
3015
172
0
16
1