Socket
Socket
Sign inDemoInstall

reshow-return

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-return - npm Package Compare versions

Comparing version 0.17.35 to 0.17.36

6

build/cjs/src/connectOptions.js

@@ -86,5 +86,5 @@ "use strict";

/**
* @param {any} prevState
* @param {any} options
* @returns {any}
* @param {object} prevState
* @param {object} options
* @returns {object}
*/

@@ -91,0 +91,0 @@ exports.stateKeyLocator = stateKeyLocator;

{
"version": "0.17.35",
"version": "0.17.36",
"name": "reshow-return",

@@ -52,4 +52,4 @@ "repository": {

"mocha": "npm run mochaFor -- 'build/es/**/__tests__/*.mjs'",
"test": "npm run build && npm run mochaFor -- --reporter mocha-junit-reporter --reporter-options mochaFile=./test_output/mocha.xml 'build/es/**/__tests__/*.mjs'",
"test:run": "npm run build && npm run mocha",
"test:report": "npm run build && npm run mochaFor -- --reporter mocha-junit-reporter --reporter-options mochaFile=./test_output/mocha.xml 'build/es/**/__tests__/*.mjs'",
"test": "npm run build && npm run mocha",
"prepublishOnly": "npm run test"

@@ -56,0 +56,0 @@ },

@@ -13,7 +13,7 @@ export default connectOptions;

/**
* @param {any} prevState
* @param {any} options
* @returns {any}
* @param {object} prevState
* @param {object} options
* @returns {object}
*/
declare function calculateState(prevState: any, options: any): any;
declare function calculateState(prevState: object, options: object): object;
/**

@@ -20,0 +20,0 @@ * @typedef {any[]|object} InitStatesProps

Sorry, the diff of this file is not supported yet

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