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

@proscom/prostore

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proscom/prostore - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

3

lib/es/storeUtils.js

@@ -51,2 +51,5 @@ import * as isEqual from 'lodash/isEqual';

result.error = true;
if (!isEqual(state.variables, variables)) {
result.request = true;
}
}

@@ -53,0 +56,0 @@ else {

@@ -55,2 +55,5 @@ "use strict";

result.error = true;
if (!isEqual(state.variables, variables)) {
result.request = true;
}
}

@@ -57,0 +60,0 @@ else {

4

package.json
{
"name": "@proscom/prostore",
"version": "0.0.14",
"version": "0.0.15",
"description": "> TODO: description",

@@ -29,3 +29,3 @@ "author": "Andrew Starostin <a.starostin@proscom.ru>",

"sideEffects": false,
"gitHead": "5b5cb7bb373336a5b1cec217b2db98d8710269ec"
"gitHead": "be405ed6007a51ab76715ce1a498ca1339ae356e"
}

@@ -0,0 +0,0 @@ # `prostore`

@@ -65,2 +65,5 @@ import * as isEqual from 'lodash/isEqual';

result.error = true;
if (!isEqual(state.variables, variables)) {
result.request = true;
}
} else {

@@ -67,0 +70,0 @@ result.spinner = true;

Sorry, the diff of this file is not supported yet

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