Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@algolia/dns-filter

Package Overview
Dependencies
Maintainers
68
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/dns-filter - npm Package Compare versions

Comparing version 1.1.19 to 1.1.22

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## [1.1.21](https://github.com/algolia/dns-filter/compare/v1.1.20...v1.1.21) (2021-07-24)
### Bug Fixes
* **deps:** update dependency ip-address to v8.1.0 ([02e9ec3](https://github.com/algolia/dns-filter/commit/02e9ec32b69ba98a633482deb8669846af7d5e5f))
## [1.1.20](https://github.com/algolia/dns-filter/compare/v1.1.19...v1.1.20) (2021-07-20)
### Bug Fixes
* adding contributing to readme ([8470d6d](https://github.com/algolia/dns-filter/commit/8470d6da88ed16996b6a10efe54ec0d325b2e1f2))
## [1.1.19](https://github.com/algolia/dns-filter/compare/v1.1.18...v1.1.19) (2021-07-19)

@@ -2,0 +16,0 @@

26

package.json
{
"name": "@algolia/dns-filter",
"version": "1.1.19",
"version": "1.1.22",
"description": "A small utility library to test whether requests try to access predefined IPs",

@@ -28,27 +28,27 @@ "main": "dist/index.js",

"@types/ip-address": "7.0.0",
"@types/jest": "26.0.24",
"@types/jest": "27.0.1",
"@types/jsbn": "1.2.29",
"@types/node": "14.17.5",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"@types/node": "14.17.9",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"babel-eslint": "10.1.0",
"eslint": "7.31.0",
"eslint": "7.32.0",
"eslint-config-algolia": "18.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-jsdoc": "35.4.5",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-jsdoc": "36.0.7",
"eslint-plugin-prettier": "3.4.0",
"jest": "27.0.6",
"prettier": "2.3.2",
"semantic-release": "17.4.4",
"ts-jest": "27.0.3",
"semantic-release": "17.4.5",
"ts-jest": "27.0.4",
"typescript": "4.3.5"
},
"dependencies": {
"ip-address": "8.0.0"
"ip-address": "8.1.0"
},
"resolutions": {
"npm": "7.20.0"
"npm": "7.20.6"
},

@@ -55,0 +55,0 @@ "engines": {

@@ -31,1 +31,11 @@ # dns-filter

```
# Contributing
To release this package, wait for `semantic-release` to finish, then:
- Make sure you're logged in with `npm login`
- Run:
```bash
yarn build
yarn publish
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc