Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fly-flatten

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-flatten - npm Package Compare versions

Comparing version
0.0.0
to
0.0.1
+6
-15
package.json
{
"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": {

@@ -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 @@

export default function () {
this.filter("flatten", (data, options) => {
this.unwrap(files => {
console.log( files )
})
})
}