New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

@junipero/transitions

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

@junipero/transitions

🏔 Junipero Design System React Transitions

latest
Source
npmnpm
Version
3.12.17
Version published
Weekly downloads
105
-18.6%
Maintainers
1
Weekly downloads
 
Created
Source

npm

@junipero/transitions

A collection of React transitions we use everywhere

Installation

yarn add @junipero/transitions

Usage

import { slideInUpMenu } from '@junipero/transitions';
import { Tooltip } from '@junipero/react';

export default () => (
  <Tooltip animate={slideInUpMenu}>
    Info
  </Tooltip>
);

Documentation

https://junipero.design/components/transition

Contributing

Please check the CONTRIBUTING.md doc for contribution guidelines.

License

This software is licensed under MIT.

FAQs

Package last updated on 29 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts