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.5 to 0.0.6

2

package.json

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

"license": "MIT",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://github.com/solidui/solid-transition-group#readme",

@@ -9,0 +9,0 @@ "repository": {

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

import { Component } from "solid-js";
import { Component, JSX } from "solid-js";
declare type TransitionProps = {

@@ -16,3 +16,3 @@ name?: string;

onAfterExit?: (el: Element) => void;
children?: Element;
children?: JSX.Element;
appear?: boolean;

@@ -19,0 +19,0 @@ mode?: "inout" | "outin";

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