fly-flatten
Advanced tools
+6
-15
| { | ||
| "name": "fly-flatten", | ||
| "version": "0.0.0", | ||
| "description": "Flattens all files within a glob selection into a single level.", | ||
| "version": "0.0.1", | ||
| "description": "DEPRECATED -- Flattens all files within a glob selection into a single level.", | ||
| "license": "MIT", | ||
| "repository": "https://github.com/lukeed/fly-flatten", | ||
| "main": "index.js", | ||
| "files": [ | ||
| "index.js" | ||
| ], | ||
| "keywords":[ | ||
| "keywords": [ | ||
| "fly", | ||
| "fly-plugin", | ||
| "flatten" | ||
| "flatten", | ||
| "glob" | ||
| ], | ||
| "scripts": { | ||
| "lint": "eslint *.js", | ||
| "setup": "npm i && npm test", | ||
| "spec": "npm run test | tspec", | ||
| "test": "npm run lint && npm run tape", | ||
| "build": "echo No build task specified.", | ||
| "deploy": "npm run test && git push origin master && npm publish", | ||
| "tape": "node --harmony --harmony_arrow_functions ./node_modules/tape/bin/tape test/*.js" | ||
| "test": "echo DEPRECATED. Integrated in Fly ^0.8.8! -- https://github.com/bucaran/fly/pull/135" | ||
| }, | ||
@@ -33,5 +27,2 @@ "author": { | ||
| "devDependencies": { | ||
| "eslint": "^1.10.0", | ||
| "tap-spec": "^4.1.1", | ||
| "tape": "^4.2.2" | ||
| }, | ||
@@ -38,0 +29,0 @@ "engines": { |
+3
-17
@@ -7,3 +7,3 @@ <div align="center"> | ||
| > [Flatten](https://github.com/lukeed/fly-flatten) plugin for _[Fly][fly]_. | ||
| > DEPRECATED - [Flatten](https://github.com/lukeed/fly-flatten) all files within a glob selection into a single level. | ||
@@ -17,21 +17,7 @@ [![][fly-badge]][fly] | ||
| ## Usage | ||
| > Check out the [documentation](PLUGIN_DOCUMENTATION) to see the available options. | ||
| DEPRECATED! Integrated into core of Fly@^0.8.8. Check out [this PR](https://github.com/bucaran/fly/pull/135). | ||
| ### Install | ||
| ```a | ||
| npm install -D fly-flatten | ||
| ``` | ||
| ### Example | ||
| ```js | ||
| export default function* () { | ||
| yield ... | ||
| } | ||
| ``` | ||
| ## License | ||
| [MIT][mit] © [luke][author] et [al][contributors] | ||
| [MIT][mit] © [Luke Edwards][author] et [al][contributors] | ||
@@ -38,0 +24,0 @@ |
-7
| export default function () { | ||
| this.filter("flatten", (data, options) => { | ||
| this.unwrap(files => { | ||
| console.log( files ) | ||
| }) | ||
| }) | ||
| } |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
0
-100%3299
-13.23%3
-25%0
-100%35
-28.57%2
100%2
100%