@cyberalien/redundancy
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@cyberalien/redundancy", | ||
"description": "Reusable redundancy library for API queries", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Vjacheslav Trushkin", | ||
@@ -26,13 +26,13 @@ "license": "(Apache-2.0 OR GPL-2.0)", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.7", | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.22", | ||
"@typescript-eslint/eslint-plugin": "^2.13.0", | ||
"@typescript-eslint/parser": "^2.13.0", | ||
"@types/node": "^12.12.30", | ||
"@typescript-eslint/eslint-plugin": "^2.23.0", | ||
"@typescript-eslint/parser": "^2.23.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"mocha": "^6.2.2", | ||
"typescript": "^3.7.4" | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": {} | ||
} |
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
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
49923