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

fenextjs-interface

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-interface - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

1

cjs/Request/index.d.ts

@@ -5,4 +5,5 @@ export interface RequestResultDataProps<R = any, E = any, T = "ok" | "error"> {

error?: E;
message?: string;
}
export type RequestResultProps<R = any, E = any, T = "ok" | "error"> = Promise<RequestResultDataProps<R, E, T>> | RequestResultDataProps<R, E, T>;
export type RequestProps<Q = any, R = any, E = any, T = "ok" | "error"> = (data: Q) => RequestResultProps<R, E, T>;

@@ -5,4 +5,5 @@ export interface RequestResultDataProps<R = any, E = any, T = "ok" | "error"> {

error?: E;
message?: string;
}
export type RequestResultProps<R = any, E = any, T = "ok" | "error"> = Promise<RequestResultDataProps<R, E, T>> | RequestResultDataProps<R, E, T>;
export type RequestProps<Q = any, R = any, E = any, T = "ok" | "error"> = (data: Q) => RequestResultProps<R, E, T>;

2

package.json
{
"name": "fenextjs-interface",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/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