Comparing version 0.0.1 to 0.0.2
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" | ||
] | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11933
8
0
2
5
12
226
3
+ Addedaws-sdk@2.4.1
+ Addedbabel-runtime@6.9.2
+ Addedfs-promise@0.5.0
+ Addedminimist@1.2.0
+ Addeduuid@2.0.2
+ Addedany-promise@1.3.0(transitive)
+ Addedaws-sdk@2.4.1(transitive)
+ Addedbabel-runtime@6.9.2(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedfs-extra@0.26.7(transitive)
+ Addedfs-promise@0.5.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjmespath@0.15.0(transitive)
+ Addedjsonfile@2.4.0(transitive)
+ Addedklaw@1.3.1(transitive)
+ Addedlodash@3.5.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.0(transitive)
+ Addedmz@2.7.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedregenerator-runtime@0.9.6(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedsax@1.1.5(transitive)
+ Addedthenify@3.3.1(transitive)
+ Addedthenify-all@1.6.0(transitive)
+ Addeduuid@2.0.2(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedxml2js@0.4.15(transitive)
+ Addedxmlbuilder@2.6.2(transitive)