Socket
Socket
Sign inDemoInstall

@popmotion/popcorn

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@popmotion/popcorn - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [0.3.1] 2018-11-28
### Fixing
- Explicit types for `interpolate`.
## [0.3.0] 2018-11-27

@@ -7,0 +13,0 @@

3

lib/utils/interpolate.d.ts
import { Easing } from '@popmotion/easing';
declare type Mixer = (v: number) => number | string;
declare type InterpolateOptions = {

@@ -6,3 +7,3 @@ clamp?: boolean;

};
declare const _default: (input: number[], output: number[] | string[], { clamp, ease }?: InterpolateOptions) => Function;
declare const _default: (input: number[], output: number[] | string[], { clamp, ease }?: InterpolateOptions) => Mixer;
export default _default;
{
"name": "@popmotion/popcorn",
"version": "0.3.0",
"version": "0.3.1",
"description": "Utility functions for animation and interactions.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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