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

react-card-flip

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-card-flip - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

3

example/src/Example.jsx

@@ -1,2 +0,3 @@

import React, { PropTypes, Component } from 'react';
import React, { Component } from 'react';
import PropTypes from 'prop-types';

@@ -3,0 +4,0 @@ import ReactCardFlip from 'react-card-flip';

@@ -1,2 +0,3 @@

import React, { PropTypes, Component } from 'react';
import React, { Component } from 'react';
import PropTypes from 'prop-types';

@@ -3,0 +4,0 @@ import ReactCardFlip from 'react-card-flip';

@@ -1,2 +0,3 @@

import React, { PropTypes, Component } from 'react';
import React, { Component } from 'react';
import PropTypes from 'prop-types';

@@ -3,0 +4,0 @@ import ReactCardFlip from 'react-card-flip';

{
"name": "react-card-flip",
"version": "0.0.5",
"version": "0.0.6",
"description": "ReactCardFlip",

@@ -16,3 +16,4 @@ "main": "lib/ReactCardFlip.js",

"dependencies": {
"classnames": "^2.2.0"
"classnames": "^2.2.0",
"prop-types": "^15.5.10"
},

@@ -19,0 +20,0 @@ "devDependencies": {

import React from 'react';
import PropTypes from 'prop-types';

@@ -87,5 +88,5 @@ class ReactCardFlip extends React.Component {

},
flipSpeedBackToFront: React.PropTypes.number,
flipSpeedFrontToBack: React.PropTypes.number,
isFlipped: React.PropTypes.bool
flipSpeedBackToFront: PropTypes.number,
flipSpeedFrontToBack: PropTypes.number,
isFlipped: PropTypes.bool
};

@@ -92,0 +93,0 @@

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