New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seasoned-components

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seasoned-components - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

dist/types/components/Countdown.d.ts

@@ -5,8 +5,8 @@ /// <reference types="react" />

time: number;
timeout: number;
onTick: (t: number) => void;
timeout?: number;
onTick?: (t: number) => void;
onFinish: () => void;
stop: boolean;
stop?: boolean;
}
export declare const Countdown: import("react").MemoExoticComponent<({ active, time, timeout, onTick, onFinish, stop, }: CountdownProps) => null>;
export {};
{
"name": "seasoned-components",
"version": "0.1.1",
"version": "0.1.2",
"description": "A set of usefull React components by SeasonedSoftware",

@@ -5,0 +5,0 @@ "author": "gustavoguichard",

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