New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fenextjs-interface

Package Overview
Dependencies
Maintainers
0
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 4.7.0 to 4.8.0

cjs/Day/index.d.ts

14

cjs/Date/index.d.ts

@@ -1,10 +0,6 @@

export type TypeDate = "date" | "month" | "week" | "time";
export declare enum DaysEnum {
Monday = "Monday",
Tuesday = "Tuesday",
Wednesday = "Wednesday",
Thursday = "Thursday",
Friday = "Friday",
Saturday = "Saturday",
Sunday = "Sunday"
export type DateDataTypeProps = "normal" | "range";
export interface DateDataProps {
type?: DateDataTypeProps;
date?: Date;
dateRange?: Date[];
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DaysEnum = void 0;
var DaysEnum;
(function (DaysEnum) {
DaysEnum["Monday"] = "Monday";
DaysEnum["Tuesday"] = "Tuesday";
DaysEnum["Wednesday"] = "Wednesday";
DaysEnum["Thursday"] = "Thursday";
DaysEnum["Friday"] = "Friday";
DaysEnum["Saturday"] = "Saturday";
DaysEnum["Sunday"] = "Sunday";
})(DaysEnum || (exports.DaysEnum = DaysEnum = {}));
//# sourceMappingURL=index.js.map

@@ -7,3 +7,3 @@ export * from "./AddressGoogle";

export * from "./CSC";
export * from "./Date";
export * from "./Day";
export * from "./File";

@@ -18,1 +18,3 @@ export * from "./Img";

export * from "./Pagination";
export * from "./Search";
export * from "./Date";

@@ -10,3 +10,3 @@ "use strict";

tslib_1.__exportStar(require("./CSC"), exports);
tslib_1.__exportStar(require("./Date"), exports);
tslib_1.__exportStar(require("./Day"), exports);
tslib_1.__exportStar(require("./File"), exports);

@@ -21,2 +21,4 @@ tslib_1.__exportStar(require("./Img"), exports);

tslib_1.__exportStar(require("./Pagination"), exports);
tslib_1.__exportStar(require("./Search"), exports);
tslib_1.__exportStar(require("./Date"), exports);
//# sourceMappingURL=index.js.map
{
"name": "fenextjs-interface",
"version": "4.7.0",
"version": "4.8.0",
"description": "",

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

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