Socket
Socket
Sign inDemoInstall

@popmotion/popcorn

Package Overview
Dependencies
5
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

6

CHANGELOG.md

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

## [0.1.2] 2018-11-05
### Fixed
- Fixed Typescript import paths [#607](https://github.com/Popmotion/popmotion/issues/607)
## [0.1.1] 2018-11-01

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

4

lib/utils/distance.d.ts

@@ -1,2 +0,4 @@

declare const _default: (a: number | import("popcorn/src/types").Point2D | import("popcorn/src/types").Point3D, b?: number | import("popcorn/src/types").Point2D | import("popcorn/src/types").Point3D) => number;
import { Point } from '../types';
declare type _Point = Point | number;
declare const _default: (a: _Point, b?: _Point) => number;
export default _default;
{
"name": "@popmotion/popcorn",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utility functions for animation and interactions.",

@@ -39,2 +39,3 @@ "main": "lib/index.js",

"jest-cli": "^23.1.0",
"rollup": "^0.59.1",
"rollup-plugin-node-resolve": "^3.4.0",

@@ -44,3 +45,3 @@ "rollup-plugin-typescript2": "^0.14.0",

"ts-jest": "^21.2.4",
"typescript": "^2.4.2"
"typescript": "^2.9.2"
},

@@ -47,0 +48,0 @@ "jest": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc