Socket
Socket
Sign inDemoInstall

svelte-map-reduce-store

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

4

base.d.ts

@@ -1,3 +0,3 @@

import type { SortCmd } from './fast-sort';
import * as dic from './dic';
import type { SortCmd } from './fast-sort.js';
import * as dic from './dic.js';
export declare type BaseT<IdType> = {

@@ -4,0 +4,0 @@ _id: IdType;

import { writable } from 'svelte/store';
import { __BROWSER__ } from 'svelte-giji-browser-device';
import * as dic from './dic';
import * as dic from './dic.js';
export const OrderUtils = {

@@ -5,0 +5,0 @@ sort: dic.sort,

@@ -1,2 +0,2 @@

import type { SortCmd } from './fast-sort';
import type { SortCmd } from './fast-sort.js';
export declare type DIC<T> = {

@@ -3,0 +3,0 @@ [id: string]: T;

@@ -1,2 +0,2 @@

import { inPlaceSort } from './fast-sort';
import { inPlaceSort } from './fast-sort.js';
export function sort(value) {

@@ -3,0 +3,0 @@ if (!(value instanceof Array)) {

@@ -1,5 +0,5 @@

export type { BaseT, BaseF } from './base';
export type { DIC } from './dic';
export * from './base';
export * from './dic';
export * from './group-by';
export type { BaseT, BaseF } from './base.js';
export type { DIC } from './dic.js';
export * from './base.js';
export * from './dic.js';
export * from './group-by.js';

@@ -1,3 +0,3 @@

export * from './base';
export * from './dic';
export * from './group-by';
export * from './base.js';
export * from './dic.js';
export * from './group-by.js';
{
"name": "svelte-map-reduce-store",
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/7korobi/svelte-giji/tree/master/src/lib/map-reduce",

@@ -12,3 +12,3 @@ "license": "MIT",

"svelte": "^3.44.3",
"svelte-giji-browser-device": "^0.2.2",
"svelte-giji-browser-device": "^0.2.3",
"tslib": "^2.3.1"

@@ -15,0 +15,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc