Socket
Socket
Sign inDemoInstall

react-compound-timer

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-compound-timer - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

3

build/index.d.ts
import Timer from './components/Timer/Timer';
import getTimeParts from './lib/helpers/getTimeParts';
import { useTimer } from './hook/useTimer';
export * from './types';
export { useTimer, };
export { getTimeParts, useTimer, };
export default Timer;

@@ -7,2 +7,4 @@ "use strict";

var Timer_1 = __importDefault(require("./components/Timer/Timer"));
var getTimeParts_1 = __importDefault(require("./lib/helpers/getTimeParts"));
exports.getTimeParts = getTimeParts_1.default;
var useTimer_1 = require("./hook/useTimer");

@@ -9,0 +11,0 @@ exports.useTimer = useTimer_1.useTimer;

{
"name": "react-compound-timer",
"version": "1.1.11",
"version": "1.1.12",
"description": "Timer compound react component",

@@ -5,0 +5,0 @@ "main": "build",

import Timer from './components/Timer/Timer';
import getTimeParts from './lib/helpers/getTimeParts';
import { useTimer } from './hook/useTimer';

@@ -7,2 +8,3 @@

export {
getTimeParts,
useTimer,

@@ -9,0 +11,0 @@ };

Sorry, the diff of this file is not supported yet

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