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

@abubseifu/react-flip-clock-countdown-forked

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abubseifu/react-flip-clock-countdown-forked - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

10

package.json
{
"name": "@abubseifu/react-flip-clock-countdown-forked",
"version": "1.3.1",
"version": "1.3.2",
"description": "A 3D animated countdown component for React.",
"author": "leenguyen",
"author": "abubseifu",
"license": "MIT",
"repository": "https://github.com/sLeeNguyen/react-flip-clock-countdown",
"repository": "https://github.com/sabubseifu/react-flip-clock-countdown",
"bugs": {
"url": "https://github.com/sLeeNguyen/react-flip-clock-countdown/issues"
"url": "https://github.com/sabubseifu/react-flip-clock-countdown/issues"
},
"homepage": "https://github.com/sLeeNguyen/react-flip-clock-countdown#readme",
"homepage": "https://github.com/sabubseifu/react-flip-clock-countdown#readme",
"main": "dist/index.js",

@@ -13,0 +13,0 @@ "module": "dist/index.modern.js",

@@ -5,3 +5,3 @@ # react-flip-clock-countdown

[![NPM](https://img.shields.io/npm/v/@leenguyen/react-flip-clock-countdown.svg)](https://www.npmjs.com/package/@leenguyen/react-flip-clock-countdown) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![NPM](https://img.shields.io/npm/v/@abubseifu/react-flip-clock-countdown.svg)](https://www.npmjs.com/package/@abubseifu/react-flip-clock-countdown) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

@@ -15,3 +15,3 @@ <div align="center">

```bash
npm install --save @leenguyen/react-flip-clock-countdown
npm install --save @abubseifu/react-flip-clock-countdown
```

@@ -22,3 +22,3 @@

```bash
yarn add @leenguyen/react-flip-clock-countdown
yarn add @abubseifu/react-flip-clock-countdown
```

@@ -33,4 +33,4 @@

import FlipClockCountdown from '@leenguyen/react-flip-clock-countdown';
import '@leenguyen/react-flip-clock-countdown/dist/index.css';
import FlipClockCountdown from '@abubseifu/react-flip-clock-countdown';
import '@abubseifu/react-flip-clock-countdown/dist/index.css';

@@ -51,4 +51,4 @@ class Example extends Component {

import FlipClockCountdown from '@leenguyen/react-flip-clock-countdown';
import '@leenguyen/react-flip-clock-countdown/dist/index.css';
import FlipClockCountdown from '@abubseifu/react-flip-clock-countdown';
import '@abubseifu/react-flip-clock-countdown/dist/index.css';

@@ -105,4 +105,4 @@ class Completed extends Component {

import FlipClockCountdown from '@leenguyen/react-flip-clock-countdown';
import '@leenguyen/react-flip-clock-countdown/dist/index.css';
import FlipClockCountdown from '@abubseifu/react-flip-clock-countdown';
import '@abubseifu/react-flip-clock-countdown/dist/index.css';
import 'styles.css';

@@ -134,4 +134,4 @@

import FlipClockCountdown from '@leenguyen/react-flip-clock-countdown';
import '@leenguyen/react-flip-clock-countdown/dist/index.css';
import FlipClockCountdown from '@abubseifu/react-flip-clock-countdown';
import '@abubseifu/react-flip-clock-countdown/dist/index.css';
import 'styles.css';

@@ -239,3 +239,3 @@

1. Clone this repo with `https://github.com/sLeeNguyen/react-flip-clock-countdown`
1. Clone this repo with `https://github.com/sabubseifu/react-flip-clock-countdown`
2. Run `npm install` in the **root** folder

@@ -249,2 +249,2 @@ 3. Run `npm install` in the **examples/react-app** folder

MIT © [leenguyen](https://github.com/sLeenguyen)
MIT © [abubseifu](https://github.com/sabubseifu)
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