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

@supercharge/request-ip

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supercharge/request-ip - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

CHANGELOG.md
# 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 @@

1

index.js
'use strict'
module.exports = require('./dist')
module.exports.default = require('./dist')

2

package.json
{
"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": {

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