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

@solid-primitives/transition-group

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/transition-group - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

./dist/index.cjs

2

dist/index.js

@@ -50,4 +50,4 @@ import { untrack, createSignal, useTransition, createComputed, batch, createMemo, $TRACK } from 'solid-js';

(prev) => {
exitTransition(prev);
enterTransition();
exitTransition(prev);
}

@@ -54,0 +54,0 @@ );

{
"name": "@solid-primitives/transition-group",
"version": "1.0.2",
"version": "1.0.3",
"description": "Reactive primitives for implementing transition effects in SolidJS",

@@ -54,13 +54,14 @@ "author": "Damian Tarnawski <gthetarnav@gmail.com>",

"@solidjs/router": "^0.8.2",
"@solid-primitives/refs": "^1.0.2",
"@solid-primitives/utils": "^6.1.0"
"solid-js": "1.7.9",
"@solid-primitives/refs": "^1.0.5",
"@solid-primitives/utils": "^6.2.1"
},
"typesVersions": {},
"scripts": {
"dev": "vite serve dev",
"page": "vite build dev",
"dev": "jiti ../../scripts/dev.ts",
"build": "jiti ../../scripts/build.ts",
"test": "vitest -c ../../configs/vitest.config.ts",
"test:ssr": "pnpm run test --mode ssr"
"vitest": "vitest -c ../../configs/vitest.config.ts",
"test": "pnpm run vitest",
"test:ssr": "pnpm run vitest --mode ssr"
}
}

@@ -189,3 +189,3 @@ <p>

[Deployed example](https://solidjs-community.github.io/solid-primitives/transition-group) | [Source code](https://github.com/solidjs-community/solid-primitives/tree/main/packages/transition-group/dev)
[Deployed example](https://primitives.solidjs.community/playground/transition-group) | [Source code](https://github.com/solidjs-community/solid-primitives/tree/main/packages/transition-group/dev)

@@ -192,0 +192,0 @@ ## Usage references

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