🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

fenextjs-interface

Package Overview
Dependencies
Maintainers
1
Versions
68
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

to
1.0.16

5

cjs/Request/index.d.ts
import { ErrorProps } from "@/Error";
export declare enum RequestResultTypeProps {
OK = "OK",
ERROR = "ERROR"
ERROR = "ERROR",
NODE = "NONE",
NORMAL = "NORMAL",
WARNING = "WARNING"
}

@@ -6,0 +9,0 @@ export interface RequestResultDataProps<R = any, E = any, T = RequestResultTypeProps> {

3

cjs/Request/index.js

@@ -8,3 +8,6 @@ "use strict";

RequestResultTypeProps["ERROR"] = "ERROR";
RequestResultTypeProps["NODE"] = "NONE";
RequestResultTypeProps["NORMAL"] = "NORMAL";
RequestResultTypeProps["WARNING"] = "WARNING";
})(RequestResultTypeProps = exports.RequestResultTypeProps || (exports.RequestResultTypeProps = {}));
//# sourceMappingURL=index.js.map
import { ErrorProps } from "@/Error";
export declare enum RequestResultTypeProps {
OK = "OK",
ERROR = "ERROR"
ERROR = "ERROR",
NODE = "NONE",
NORMAL = "NORMAL",
WARNING = "WARNING"
}

@@ -6,0 +9,0 @@ export interface RequestResultDataProps<R = any, E = any, T = RequestResultTypeProps> {

@@ -5,3 +5,6 @@ export var RequestResultTypeProps;

RequestResultTypeProps["ERROR"] = "ERROR";
RequestResultTypeProps["NODE"] = "NONE";
RequestResultTypeProps["NORMAL"] = "NORMAL";
RequestResultTypeProps["WARNING"] = "WARNING";
})(RequestResultTypeProps || (RequestResultTypeProps = {}));
//# sourceMappingURL=index.js.map
{
"name": "fenextjs-interface",
"version": "1.0.15",
"version": "1.0.16",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet