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.13.0 to 10.13.2

4

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

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

},
"gitHead": "40bc3d673c83ba5bf2fd0118c55db2389617d901"
"gitHead": "a33ab88400c8aac4a6755cda6f93c24563d9ddc5"
}

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

export declare type AnimationGenerator = (t: number) => AnimationGeneratorState;
export declare type BezierDefinition = [number, number, number, number];
export declare type BezierDefinition = readonly [number, number, number, number];
export declare type PlayState = "idle" | "running" | "paused" | "finished";

@@ -15,0 +15,0 @@ export interface BasicAnimationControls {

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