@algolia/dns-filter
Advanced tools
Comparing version 1.1.15 to 1.1.16
@@ -0,1 +1,22 @@ | ||
## [1.1.16](https://github.com/algolia/dns-filter/compare/v1.1.15...v1.1.16) (2021-04-12) | ||
### Bug Fixes | ||
* unstrict node engine in package.json ([d8eaa84](https://github.com/algolia/dns-filter/commit/d8eaa84599b47fe26f022839c36de024744ac4b6)) | ||
## [1.1.15](https://github.com/algolia/dns-filter/compare/v1.1.14...v1.1.15) (2021-04-12) | ||
### Bug Fixes | ||
* up for version ([1f13b32](https://github.com/algolia/dns-filter/commit/1f13b32079ca3cc911ab3176f2ad59399415cdc1)) | ||
## [1.1.14](https://github.com/algolia/dns-filter/compare/v1.1.13...v1.1.14) (2021-04-12) | ||
### Bug Fixes | ||
* up for version ([be9fcf3](https://github.com/algolia/dns-filter/commit/be9fcf39cf46c9f9afd5f43665ffd6688c6ffc4f)) | ||
## [1.1.13](https://github.com/algolia/dns-filter/compare/v1.1.12...v1.1.13) (2021-03-01) | ||
@@ -2,0 +23,0 @@ |
{ | ||
"name": "@algolia/dns-filter", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "A small utility library to test whether requests try to access predefined IPs", | ||
@@ -26,11 +26,11 @@ "main": "dist/index.js", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/npm": "7.0.10", | ||
"@semantic-release/npm": "7.1.1", | ||
"@types/ip-address": "7.0.0", | ||
"@types/jest": "26.0.21", | ||
"@types/jest": "26.0.22", | ||
"@types/jsbn": "1.2.29", | ||
"@types/node": "14.14.35", | ||
"@typescript-eslint/eslint-plugin": "4.18.0", | ||
"@typescript-eslint/parser": "4.18.0", | ||
"@types/node": "14.14.37", | ||
"@typescript-eslint/eslint-plugin": "4.21.0", | ||
"@typescript-eslint/parser": "4.21.0", | ||
"babel-eslint": "10.1.0", | ||
"eslint": "7.22.0", | ||
"eslint": "7.24.0", | ||
"eslint-config-algolia": "18.0.0", | ||
@@ -40,3 +40,3 @@ "eslint-config-prettier": "8.1.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-jest": "24.3.2", | ||
"eslint-plugin-jest": "24.3.5", | ||
"eslint-plugin-jsdoc": "32.3.0", | ||
@@ -48,3 +48,3 @@ "eslint-plugin-prettier": "3.3.1", | ||
"ts-jest": "26.5.4", | ||
"typescript": "4.2.3" | ||
"typescript": "4.2.4" | ||
}, | ||
@@ -55,7 +55,7 @@ "dependencies": { | ||
"resolutions": { | ||
"npm": "7.6.3" | ||
"npm": "7.9.0" | ||
}, | ||
"engines": { | ||
"node": "14.16.0" | ||
"node": ">=14" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
19036