Socket
Socket
Sign inDemoInstall

@solid-primitives/keyed

Package Overview
Dependencies
4
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.100 to 0.1.0

6

dist/index.d.ts

@@ -10,3 +10,3 @@ import { Accessor, JSX, ReturnTypes } from 'solid-js';

* @returns mapped input array signal
* @see https://github.com/davedbase/solid-primitives/tree/main/packages/keyed#mapKey
* @see https://github.com/solidjs-community/solid-primitives/tree/main/packages/keyed#mapKey
*/

@@ -31,3 +31,3 @@ declare function mapKey<T, U, K>(list: Accessor<readonly T[] | undefined | null | false>, keyFn: (v: T) => K, mapFn: (v: Accessor<T>, i: Accessor<number>) => U, options?: {

*
* @see https://github.com/davedbase/solid-primitives/tree/main/packages/keyed#Key
* @see https://github.com/solidjs-community/solid-primitives/tree/main/packages/keyed#Key
*/

@@ -43,3 +43,3 @@ declare function Key<T, U extends JSX.Element>(props: {

* Causes the children to rerender when the `on` changes.
* @see https://github.com/davedbase/solid-primitives/tree/main/packages/refs#Rerun
* @see https://github.com/solidjs-community/solid-primitives/tree/main/packages/refs#Rerun
*/

@@ -46,0 +46,0 @@ declare function Rerun<S extends Accessor<unknown> | Accessor<unknown>[] | []>(props: {

{
"name": "@solid-primitives/keyed",
"version": "0.0.100",
"version": "0.1.0",
"description": "Control Flow primitives and components that require specifying explicit keys to identify or rerender elements.",
"author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/davedbase/solid-primitives/tree/main/packages/keyed#readme",
"homepage": "https://github.com/solidjs-community/solid-primitives/tree/main/packages/keyed#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/davedbase/solid-primitives.git"
"url": "git+https://github.com/solidjs-community/solid-primitives.git"
},

@@ -44,16 +44,17 @@ "primitive": {

"devDependencies": {
"jsdom": "18.1.1",
"@solid-primitives/immutable": "^0.1.0",
"@solid-primitives/refs": "^0.1.0",
"@solid-primitives/utils": "^1.0.0",
"jsdom": "^19.0.0",
"prettier": "^2.5.1",
"solid-register": "0.1.5",
"solid-app-router": "^0.2.1",
"solid-register": "^0.1.5",
"solid-transition-group": "^0.0.8",
"tslib": "^2.3.1",
"tsup": "^5.11.11",
"typescript": "^4.5.4",
"tsup": "^5.11.11",
"unocss": "0.24.3",
"uvu": "^0.5.2",
"unocss": "0.24.3",
"vite": "2.8.1",
"vite-plugin-solid": "2.2.5",
"solid-transition-group": "^0.0.8",
"solid-app-router": "^0.2.1",
"@solid-primitives/refs": "^0.0.102",
"@solid-primitives/immutable": "^0.0.110"
"vite-plugin-solid": "2.2.5"
},

@@ -60,0 +61,0 @@ "peerDependencies": {

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

<p>
<img width="100%" src="https://assets.solidjs.com/banner?type=Primitives&background=tiles&project=Keyed" alt="Solid Primitives Keyed">
</p>
# @solid-primitives/keyed

@@ -6,3 +10,3 @@

[![version](https://img.shields.io/npm/v/@solid-primitives/keyed?style=for-the-badge)](https://www.npmjs.com/package/@solid-primitives/keyed)
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fdavedbase%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-2.json)](https://github.com/davedbase/solid-primitives#contribution-process)
[![stage](https://img.shields.io/endpoint?style=for-the-badge&url=https%3A%2F%2Fraw.githubusercontent.com%2Fsolidjs-community%2Fsolid-primitives%2Fmain%2Fassets%2Fbadges%2Fstage-2.json)](https://github.com/solidjs-community/solid-primitives#contribution-process)

@@ -126,3 +130,3 @@ Control Flow primitives and components that require specifying explicit keys to identify or rerender elements.

```ts
import { Rerun } from "@solid-primitives/refs";
import { Rerun } from "@solid-primitives/keyed";
```

@@ -129,0 +133,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