express-ipfilter
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"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 @@ }, |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14326
7
217
0
8