Socket
Socket
Sign inDemoInstall

@motionone/types

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@motionone/types - npm Package Compare versions

Comparing version 10.17.0 to 10.17.1

4

package.json
{
"name": "@motionone/types",
"version": "10.17.0",
"version": "10.17.1",
"description": "Shared types for the Motion One packages.",

@@ -15,3 +15,3 @@ "license": "MIT",

},
"gitHead": "2775786f4f0ba21cbf222d72a68263c7627c4825"
"gitHead": "e801ab1f0f04dd57a6a5fa692e0cd36d7ffbb8a1"
}

@@ -134,3 +134,3 @@ import { MotionValue } from "./MotionValue";

export type UnresolvedValueKeyframe = ValueKeyframe | null;
export type Easing = "linear" | "ease" | "ease-in" | "ease-out" | "ease-in-out" | "steps-start" | "steps-end" | `steps(${number}, ${"start" | "end"})` | BezierDefinition;
export type Easing = "linear" | "ease" | "ease-in" | "ease-out" | "ease-in-out" | "step-start" | "step-end" | `steps(${number}, ${"start" | "end"})` | BezierDefinition;
export type EasingGenerator = {

@@ -137,0 +137,0 @@ createAnimation: (keyframes: UnresolvedValueKeyframe[], shouldGenerate?: boolean, readInitialKeyframe?: () => number | string, name?: string, value?: MotionValue) => CustomAnimationSettings;

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