apollo-logger
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "apollo-logger", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Apollo GraphQL Logger", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"compile": "tsc", | ||
"watch": "tsc -w", | ||
"lint": "tslint 'src/*.ts*' -p tsconfig.json --type-check && tslint 'test/*.ts*' -p tsconfig.json --type-check", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -20,6 +23,17 @@ }, | ||
"license": "MIT", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/sysgears/apollo-logger/issues" | ||
}, | ||
"homepage": "https://github.com/sysgears/apollo-logger" | ||
"homepage": "https://github.com/sysgears/apollo-logger", | ||
"devDependencies": { | ||
"@types/node": "^7.0.18", | ||
"tslint": "^5.2.0", | ||
"typescript": "^2.3.2" | ||
} | ||
} |
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
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
17868
7
284
3