Socket
Socket
Sign inDemoInstall

express-ipfilter

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-ipfilter - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

index.d.ts

16

package.json
{
"name": "express-ipfilter",
"version": "1.0.1",
"version": "1.1.0",
"description": "A light-weight IP address based filtering system",

@@ -17,4 +17,6 @@ "keywords": [

"main": "index.js",
"types": "index.d.ts",
"files": [
"/index.js",
"/index.d.ts",
"/lib"

@@ -24,3 +26,3 @@ ],

"test": "jest",
"postversion": "npm run test && git push && git push --tags && npm publish"
"postversion": "npm run test && git push && git push --tags"
},

@@ -74,4 +76,3 @@ "husky": {

"eslintIgnore": [
"coverage",
"example"
"coverage"
],

@@ -92,8 +93,9 @@ "jest": {

"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-prettier": "^3.0.1",
"husky": "^3.0.0",
"jest": "^24.7.1",
"lint-staged": "^8.1.5",
"lint-staged": "^9.0.0",
"prettier": "^1.16.4"

@@ -100,0 +102,0 @@ },

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