New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-querystring-router

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-querystring-router - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

11

dist/uri.js

@@ -11,2 +11,6 @@ 'use strict';

var _slicedToArray2 = require('babel-runtime/helpers/slicedToArray');
var _slicedToArray3 = _interopRequireDefault(_slicedToArray2);
exports.parseLocation = parseLocation;

@@ -36,3 +40,8 @@ exports.stringifyParams = stringifyParams;

parts = pair.split('=');
key = parts[0];
var _parts = parts;
var _parts2 = (0, _slicedToArray3.default)(_parts, 1);
key = _parts2[0];
value = decodeURIComponent(parts[1]);

@@ -39,0 +48,0 @@

2

package.json
{
"name": "react-querystring-router",
"version": "4.0.0",
"version": "4.1.0",
"description": "Bare router for React components, using props as query string",

@@ -5,0 +5,0 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-querystring-router",

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