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

@qrvey/data-persistence

Package Overview
Dependencies
Maintainers
11
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qrvey/data-persistence - npm Package Compare versions

Comparing version 0.0.2-4-rev-2 to 0.0.2-4-rev-3

2

dist/cjs/types/sortDirection.type.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const constants_1 = require("../utils/constants");
const VALID_SORT_DIRECTIONS = Object.values(constants_1.SORT_DIRECTIONS);
//# sourceMappingURL=sortDirection.type.js.map

3

dist/types/index.d.ts

@@ -68,4 +68,3 @@ interface IFilter {

declare const VALID_SORT_DIRECTIONS: SORT_DIRECTIONS[];
type SortDirection = (typeof VALID_SORT_DIRECTIONS)[number];
type SortDirection = keyof typeof SORT_DIRECTIONS;

@@ -72,0 +71,0 @@ interface ITableName {

@@ -5,3 +5,3 @@ {

"main": "dist/cjs/index.js",
"version": "0.0.2-4-rev-2",
"version": "0.0.2-4-rev-3",
"license": "MIT",

@@ -8,0 +8,0 @@ "exports": {

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