Socket
Socket
Sign inDemoInstall

reshow

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

README.md

8

build/src/stores/pageStore.js

@@ -42,4 +42,12 @@ 'use strict';

}, {
key: 'updateUrl',
value: function updateUrl(url) {
history.pushState('', '', url);
}
}, {
key: 'reduce',
value: function reduce(state, action) {
if (action.url) {
this.updateUrl(action.url);
}
switch (action.type) {

@@ -46,0 +54,0 @@ case 'config/set':

2

package.json
{
"name": "reshow",
"version": "0.0.24",
"version": "0.0.25",
"description": "Flux Reducer Present Library",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

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