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

airflow

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

airflow - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

bin/airflow

110

package.json
{
"author": "Jeffrey Zhao <jeffz@live.com> (http://zhaojie.me/)",
"homepage": "https://github.com/JeffreyZhao/airflow",
"bugs": {
"url": "https://github.com/JeffreyZhao/airflow/issues",
"email": "jeffz@live.com"
},
"name": "airflow",
"version": "0.0.1",
"main": "airflow.js"
"name": "airflow",
"version": "0.0.2",
"description": "A serverless web framework",
"author": "Jason Maurer",
"license": "MIT",
"homepage": "https://github.com/jsonmaur/airflow",
"repository": {
"type": "git",
"url": "git+https://github.com/jsonmaur/airflow.git"
},
"engines": {
"node": ">=4"
},
"keywords": [
"serverless",
"cloud code",
"lambda",
"function",
"functional",
"endpoint",
"api",
"web",
"framework",
"http",
"lambda",
"aws"
],
"files": [
"bin/",
"lib/",
"LICENSE",
"README.md"
],
"main": "lib/index.js",
"bin": {
"airflow": "bin/airflow"
},
"scripts": {
"test:lint": "standard --verbose | snazzy",
"test:unit": "rm -rf coverage .nyc_output && nyc ava -a",
"test": "NODE_ENV=testing run-s test:*",
"posttest": "nyc report -r=lcov",
"coveralls": "cat coverage/lcov.info | coveralls",
"prebuild": "rm -rf lib",
"build": "babel src -d lib --no-comments",
"watch": "npm run build -- -w",
"prepublish": "npm test && npm run build"
},
"devDependencies": {
"ava": "0.15.2",
"babel-cli": "6.10.1",
"babel-eslint": "6.1.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-2": "6.5.0",
"babel-register": "6.9.0",
"coveralls": "2.11.9",
"npm-run-all": "2.2.2",
"nyc": "6.6.1",
"snazzy": "4.0.0",
"standard": "7.1.2"
},
"dependencies": {
"aws-sdk": "2.4.1",
"babel-runtime": "6.9.2",
"fs-promise": "0.5.0",
"minimist": "1.2.0",
"uuid": "2.0.2"
},
"babel": {
"presets": [
"es2015",
"stage-2"
],
"plugins": [
[
"transform-runtime",
{
"polyfill": false,
"regenerator": true
}
]
]
},
"standard": {
"parser": "babel-eslint"
},
"ava": {
"failFast": true,
"require": [
"babel-register"
]
},
"nyc": {
"include": [
"src"
],
"require": [
"babel-register"
]
}
}
airflow.js
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