Socket
Socket
Sign inDemoInstall

history

Package Overview
Dependencies
6
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.2 to 4.6.3

15

CHANGES.md

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

## HEAD
## [v4.6.3]
> Jun 20, 2017
- Rely on the user/browser to encode pathname portion of the URL.
- Add more complete basename matching support (case insensitive matching, basename must be a complete match). (see [#459])
- Add main/module entries to package.json (thanks @pshrmn)
[v4.6.3]: https://github.com/ReactTraining/history/compare/v4.6.2...v4.6.3
## [v4.6.2]
> Jun 14, 2017
- Rely on the user/browser to encode pathname portion of the URL
- Add more complete basename matching support (case insensitive matching, basename must be a complete match, see [#459])
[v4.6.2]: https://github.com/ReactTraining/history/compare/v4.6.1...v4.6.2
[#459]: https://github.com/ReactTraining/history/pull/459

@@ -7,0 +16,0 @@

4

package.json
{
"name": "history",
"version": "4.6.2",
"version": "4.6.3",
"description": "Manage session history with JavaScript",

@@ -8,2 +8,4 @@ "repository": "ReactTraining/history",

"author": "Michael Jackson",
"main": "index.js",
"module": "es/index.js",
"files": [

@@ -10,0 +12,0 @@ "DOMUtils.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc