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

@dtable/utility

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dtable/utility - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

6

output/Filter/filter-v2/date/filter-value-model.interface.d.ts

@@ -8,5 +8,5 @@ export declare enum DateFilterMode {

PastWeek = "pastWeek",
NextWeek = "NextWeek",
PastMonth = "pastMouth",
NextMonth = "nextMouth",
NextWeek = "nextWeek",
PastMonth = "pastMonth",
NextMonth = "nextMonth",
LastWeek = "lastWeek",

@@ -13,0 +13,0 @@ LastMonth = "lastMonth",

@@ -12,5 +12,5 @@ "use strict";

DateFilterMode["PastWeek"] = "pastWeek";
DateFilterMode["NextWeek"] = "NextWeek";
DateFilterMode["PastMonth"] = "pastMouth";
DateFilterMode["NextMonth"] = "nextMouth";
DateFilterMode["NextWeek"] = "nextWeek";
DateFilterMode["PastMonth"] = "pastMonth";
DateFilterMode["NextMonth"] = "nextMonth";
DateFilterMode["LastWeek"] = "lastWeek";

@@ -17,0 +17,0 @@ DateFilterMode["LastMonth"] = "lastMonth";

@@ -8,5 +8,5 @@ export declare const DateFilterModeI18nCN: {

pastWeek: string;
NextWeek: string;
pastMouth: string;
nextMouth: string;
nextWeek: string;
pastMonth: string;
nextMonth: string;
lastWeek: string;

@@ -13,0 +13,0 @@ lastMonth: string;

{
"name": "@dtable/utility",
"version": "1.2.6",
"version": "1.2.7",
"description": "DTable utility",

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