New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

solid-transition-group

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-transition-group - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

dist/solid-transition-group.js

@@ -169,3 +169,3 @@ import { createSignal, children, createMemo, createComputed, untrack, batch, createEffect } from 'solid-js';

createComputed(() => {
const c = resolved();
const c = resolved.toArray();
const comb = [...c];

@@ -172,0 +172,0 @@ const next = new Set(c);

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.0.12",
"version": "0.0.13",
"homepage": "https://github.com/solidjs/solid-transition-group#readme",

@@ -32,8 +32,8 @@ "repository": {

"rollup": "^2.45.1",
"solid-js": "^1.0.0",
"typescript": "~4.2.4"
"solid-js": "^1.5.0",
"typescript": "^4.9.4"
},
"peerDependencies": {
"solid-js": "^1.0.0"
"solid-js": "^1.5.0"
}
}
import { Component, JSX } from "solid-js";
declare type TransitionProps = {
type TransitionProps = {
name?: string;

@@ -4,0 +4,0 @@ enterActiveClass?: string;

import { Component } from "solid-js";
declare type TransitionGroupProps = {
type TransitionGroupProps = {
name?: string;

@@ -4,0 +4,0 @@ enterActiveClass?: string;

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