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

react-smooth

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-smooth - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 0.0.6 / 2016-02-04
===
- fix: set min time longer
### 0.0.5 / 2016-02-04

@@ -2,0 +6,0 @@ ===

2

package.json
{
"name": "react-smooth",
"version": "0.0.5",
"version": "0.0.6",
"description": "react animation library",

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

@@ -10,3 +10,3 @@ import React, { Component, PropTypes, cloneElement, Children } from 'react';

const MIN_TIME = 10;
const MIN_TIME = 50;

@@ -13,0 +13,0 @@ @pureRender

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