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

fly-define

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-define - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

45

package.json
{
"name": "fly-define",
"version": "0.0.0",
"description": "Define Module for Fly",
"license": "MIT",
"repository": "https://github.com/bucaran/fly-define",
"version": "1.0.0",
"description": "",
"main": "index.js",
"files": [
"index.js"
],
"keywords":[
"fly",
"fly-plugin",
"define"
],
"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 \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jorge Bucaran",
"email": "jbucaran@me.com",
"url": "http://github.com/bucaran"
"repository": {
"type": "git",
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"dependencies": {
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/deprecate-holder/issues"
},
"devDependencies": {
"fly-util": "^4.0.1",
"eslint": "^0.21.2",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.11.0"
}
"homepage": "https://github.com/npm/deprecate-holder#readme"
}

@@ -1,48 +0,5 @@

<div align="center">
<a href="http://github.com/flyjs/fly">
<img width=200px src="https://cloud.githubusercontent.com/assets/8317250/8733685/0be81080-2c40-11e5-98d2-c634f076ccd7.png">
</a>
</div>
# Deprecated Package
> [Define](https://github.com/bucaran/fly-define) plugin for _[Fly][fly]_.
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
[![][fly-badge]][fly]
[![npm package][npm-ver-link]][releases]
[![][dl-badge]][npm-pkg-link]
[![][travis-badge]][travis-link]
[![][mit-badge]][mit]
## Usage
> Check out the [documentation](PLUGIN_DOCUMENTATION) to see the available options.
### Install
```a
npm install -D fly-define
```
### Example
```js
export default function* () {
yield ...
}
```
# License
[MIT][mit] © [Jorge Bucaran][author] et [al][contributors]
[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/bucaran
[contributors]: https://github.com/bucaran/fly-define/graphs/contributors
[releases]: https://github.com/bucaran/fly-define/releases
[fly]: https://www.github.com/flyjs/fly
[fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
[npm-pkg-link]: https://www.npmjs.org/package/fly-define
[npm-ver-link]: https://img.shields.io/npm/v/fly-define.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-define.svg?style=flat-square
[travis-link]: https://travis-ci.org/bucaran/fly-define
[travis-badge]: http://img.shields.io/travis/bucaran/fly-define.svg?style=flat-square
Please contact support@npmjs.com if you have questions about this package.
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