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

@expandorg/app-utils

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/app-utils - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

4

package.json
{
"name": "@expandorg/app-utils",
"version": "0.0.34",
"version": "0.0.35",
"description": "App utils",

@@ -21,3 +21,3 @@ "main": "index.js",

},
"gitHead": "3c71d394a203780ee66d002a1f9e3fb351c0d8df"
"gitHead": "09523d902c18f3ddcaf65a8be65f4e6bf7f727ac"
}

@@ -108,8 +108,12 @@ // @flow

if (prevFetching && current === RequestStates.Fetched) {
complete();
if (complete) {
complete();
}
}
if (prevFetching && current === RequestStates.FetchError) {
failed();
if (failed) {
failed();
}
}
}, [complete, failed, current, prev]);
}
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