@supercharge/request-ip
Advanced tools
Comparing version 1.0.0 to 1.1.0
# Changelog | ||
## [1.1.0](https://github.com/supercharge/request-ip/compare/v1.0.0...v1.1.0) - 2020-08-11 | ||
### Added | ||
- default export to make the exports seamlessly work in ES modules | ||
## 1.0.0 - 2020-08-04 | ||
@@ -5,0 +11,0 @@ |
'use strict' | ||
module.exports = require('./dist') | ||
module.exports.default = require('./dist') |
{ | ||
"name": "@supercharge/request-ip", | ||
"description": "Retrieve a request’s IP address in Node.js", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Marcus Pöhls <marcus@superchargejs.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
23980
613