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

timekeeper

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timekeeper - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

index.d.ts
export as namespace timekeeper;
interface Timekeeper {
freeze(date?: Date): void;
travel(date: Date): void;
freeze(date: Date | number | string): void;
travel(date: Date | number | string): void;
reset(): void;

@@ -7,0 +7,0 @@ isKeepingTime(): boolean;

{
"name": "timekeeper",
"description": "Easy testing of time-dependent code.",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [

@@ -6,0 +6,0 @@ "fake date",

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