Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

famous

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

2

bower.json
{
"name": "famous",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/Famous/famous",

@@ -5,0 +5,0 @@ "authors": [

@@ -0,1 +1,8 @@

## 0.3.3
### Bug Fixes
- Famous/inputs
- bug in TouchSync where NaN's were produced
## 0.3.2

@@ -2,0 +9,0 @@

{
"name": "famous",
"version": "0.3.2",
"version": "0.3.3",
"description": "Famo.us is a JavaScript framework for everyone who wants to build beautiful experiences on any device.",

@@ -5,0 +5,0 @@ "repository": {

@@ -137,7 +137,7 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

var diffX = currHistory.x - distantTime.x;
var diffY = currHistory.y - distantTime.y;
var diffX = currHistory.x - distantHistory.x;
var diffY = currHistory.y - distantHistory.y;
var velDiffX = currHistory.x - distantHistory.x;
var velDiffY = currHistory.y - distantHistory.y;
var velDiffX = currHistory.x - distantTime;
var velDiffY = currHistory.y - distantTime;

@@ -144,0 +144,0 @@ if (this.options.rails) {

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