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

@expandorg/app-utils

Package Overview
Dependencies
Maintainers
2
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.29 to 0.0.30

src/types.js.flow

6

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

@@ -18,6 +18,6 @@ "main": "index.js",

"dependencies": {
"@expandorg/api-client": "^0.0.15",
"@expandorg/api-client": "^0.0.16",
"@expandorg/utils": "^0.0.7"
},
"gitHead": "45d39e04eb83ad37c609bbe674967763c254803f"
"gitHead": "f5e8b07e0d9197e5ad9a22a5612c12ee2f661a9e"
}

@@ -5,2 +5,7 @@ // @flow

declare type RequestStateType = {
state: 'NotFetched' | 'Fetching' | 'Fetched' | 'FetchError',
error?: ?{ [key: string]: string },
};
export const RequestStates = {

@@ -7,0 +12,0 @@ NotFetched: 'NotFetched',

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