Comparing version 0.0.3 to 0.0.4
110
package.json
{ | ||
"name": "airflow", | ||
"version": "0.0.3", | ||
"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 test/unit -a", | ||
"test:integration": "ava test/integration -s", | ||
"test": "zoo 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 -s", | ||
"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.11.0", | ||
"babel-register": "6.9.0", | ||
"coveralls": "2.11.9", | ||
"npm-run-all": "2.3.0", | ||
"nyc": "6.6.1", | ||
"proxyquire": "1.7.10", | ||
"sinon": "1.17.4", | ||
"snazzy": "4.0.0", | ||
"source-map-support": "0.4.1", | ||
"standard": "7.1.2", | ||
"zoo": "0.1.5" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "6.9.2", | ||
"glob": "7.0.5", | ||
"media-typer": "0.3.0", | ||
"micromatch": "2.3.10", | ||
"raw-body": "2.1.7", | ||
"validator": "5.4.0" | ||
}, | ||
"standard": { | ||
"parser": "babel-eslint" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015", | ||
"stage-2" | ||
], | ||
"plugins": [ | ||
[ | ||
"transform-runtime", | ||
{ | ||
"polyfill": false, | ||
"regenerator": true | ||
} | ||
] | ||
] | ||
}, | ||
"ava": { | ||
"serial": true, | ||
"require": "babel-register", | ||
"babel": { | ||
"babelrc": true, | ||
"sourceMaps": "inline" | ||
} | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"src" | ||
], | ||
"require": [ | ||
"babel-register" | ||
] | ||
} | ||
"version": "0.0.4", | ||
"description": "lmk if you want this package name :)" | ||
} |
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
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
0
2
103
1
1
0
3
- Removedbabel-runtime@6.9.2
- Removedglob@7.0.5
- Removedmedia-typer@0.3.0
- Removedmicromatch@2.3.10
- Removedraw-body@2.1.7
- Removedvalidator@5.4.0
- Removedarr-diff@2.0.0(transitive)
- Removedarr-flatten@1.1.0(transitive)
- Removedarray-unique@0.2.1(transitive)
- Removedbabel-runtime@6.9.2(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@1.8.5(transitive)
- Removedbytes@2.4.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcore-js@2.6.12(transitive)
- Removedexpand-brackets@0.1.5(transitive)
- Removedexpand-range@1.8.2(transitive)
- Removedextglob@0.3.2(transitive)
- Removedfilename-regex@2.0.1(transitive)
- Removedfill-range@2.2.4(transitive)
- Removedfor-in@1.0.2(transitive)
- Removedfor-own@0.1.5(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.0.5(transitive)
- Removedglob-base@0.3.0(transitive)
- Removedglob-parent@2.0.0(transitive)
- Removediconv-lite@0.4.13(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedis-dotfile@1.0.3(transitive)
- Removedis-equal-shallow@0.1.3(transitive)
- Removedis-extendable@0.1.1(transitive)
- Removedis-extglob@1.0.0(transitive)
- Removedis-glob@2.0.1(transitive)
- Removedis-number@2.1.04.0.0(transitive)
- Removedis-posix-bracket@0.1.1(transitive)
- Removedis-primitive@2.0.0(transitive)
- Removedisarray@1.0.0(transitive)
- Removedisobject@2.1.0(transitive)
- Removedkind-of@3.2.26.0.3(transitive)
- Removedmath-random@1.0.4(transitive)
- Removedmedia-typer@0.3.0(transitive)
- Removedmicromatch@2.3.10(transitive)
- Removedminimatch@3.1.2(transitive)
- Removednormalize-path@2.1.1(transitive)
- Removedobject.omit@2.0.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedparse-glob@3.0.4(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpreserve@0.2.0(transitive)
- Removedrandomatic@3.1.1(transitive)
- Removedraw-body@2.1.7(transitive)
- Removedregenerator-runtime@0.9.6(transitive)
- Removedregex-cache@0.4.4(transitive)
- Removedremove-trailing-separator@1.1.0(transitive)
- Removedrepeat-element@1.1.4(transitive)
- Removedrepeat-string@1.6.1(transitive)
- Removedunpipe@1.0.0(transitive)
- Removedvalidator@5.4.0(transitive)
- Removedwrappy@1.0.2(transitive)