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

eazy-ease

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eazy-ease

A lib of JS bezier easings. Can be used anywhere as a string, primarily made for styled-components

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Eazy Ease

eazy e

npm install --save eazy-ease

Styled Components Example

import { easeInOutCirc } from 'eazy-ease';

const MiniCartWrapper = styled.div`
  width: 100%;
  min-height: 247px;
  z-index: 10;
  padding: 20px 40px;
  transition: 0.3s ${easeInOutCirc} all;
`;

Keywords

ease

FAQs

Package last updated on 29 Jul 2017

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