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

reactjs-coverflow-scale

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactjs-coverflow-scale - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

lib/reactjs-coverflow.js

@@ -160,3 +160,3 @@ 'use strict';

value: function _fnScale(x) {
return 2 - x / this.props.factor;
return 2 * Math.exp(-x / 2);
}

@@ -163,0 +163,0 @@ }, {

{
"name": "reactjs-coverflow-scale",
"version": "1.1.1",
"version": "1.1.2",
"description": "A coverflow module for React",

@@ -5,0 +5,0 @@ "main": "lib/reactjs-coverflow.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