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

@felte/common

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@felte/common - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

dist/types-0ed28aeb.d.ts

2

dist/index.d.ts

@@ -21,3 +21,3 @@ export { _some } from "./utils/some";

export * from "./utils/domUtils";
export * from "./types-5eeccfe5";
export * from "./types-c12a4631";
//# sourceMappingURL=index.d.ts.map

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _cloneDeep<T extends Obj>(obj: T): T;

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

import { Obj, DeepSetResult } from "../types-5eeccfe5";
import { Obj, DeepSetResult } from "../types-c12a4631";
/**

@@ -3,0 +3,0 @@ * @category Helper

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/**

@@ -3,0 +3,0 @@ * @category Helper

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _defaultsDeep<T extends Obj>(...args: any[]): T;

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

import { FormControl, Obj, FieldValue, ValidationFunction, TransformFunction } from "../types-5eeccfe5";
import { FormControl, Obj, FieldValue, ValidationFunction, TransformFunction } from "../types-c12a4631";
/**

@@ -3,0 +3,0 @@ * @ignore

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

import { Obj, FieldValue } from "../types-5eeccfe5";
import { Obj, FieldValue } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _get<Data extends Obj, Default = undefined>(obj: Data, path: string, defaultValue?: Default): Default | FieldValue | FieldValue[] | undefined;

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

import { FormControl } from "../types-5eeccfe5";
import { FormControl } from "../types-c12a4631";
/**

@@ -3,0 +3,0 @@ * @category Helper

@@ -1,4 +0,4 @@

import { FormControl } from "../types-5eeccfe5";
import { FormControl } from "../types-c12a4631";
declare function getPathFromDataset(el: FormControl): string;
export { getPathFromDataset };
//# sourceMappingURL=utils/getPathFromDataset.d.ts.map

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

import { FieldValue } from "../types-5eeccfe5";
import { FieldValue } from "../types-c12a4631";
/** @category Helper */

@@ -3,0 +3,0 @@ declare function isFieldValue(value: unknown): value is FieldValue;

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _mapValues(obj: Obj, updater: (value: unknown) => unknown): Obj;

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _merge<T extends Obj>(...args: any[]): T;

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _mergeWith<T extends Obj>(...args: any[]): T;

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

import { Obj, FieldValue } from "../types-5eeccfe5";
import { Obj, FieldValue } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _set<Data extends Obj>(obj: Data | undefined, path: string | string[], value: FieldValue | FieldValue[]): Data;

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _some(obj: Obj, pred: (value: unknown) => boolean): boolean;

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

import { FormControl } from "../types-5eeccfe5";
import { FormControl } from "../types-c12a4631";
/**

@@ -3,0 +3,0 @@ * @category Helper

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

import { Obj } from "../types-5eeccfe5";
import { Obj } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _unset(obj: undefined, path: string | string[]): undefined;

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

import { Obj, FieldValue } from "../types-5eeccfe5";
import { Obj, FieldValue } from "../types-c12a4631";
/** @ignore */

@@ -3,0 +3,0 @@ declare function _update<Data extends Obj, Value = FieldValue>(obj: Data | undefined, path: string, updater: (value: Value) => Value): Data;

{
"name": "@felte/common",
"version": "0.5.3",
"version": "0.5.4",
"description": "Common utilities for Felte packages",

@@ -5,0 +5,0 @@ "author": "Pablo Berganza <pablo@berganza.dev>",

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