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

clock-ts

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clock-ts - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.1.1](https://github.com/thewilkybarkid/clock-ts/compare/v0.1.0...v0.1.1) (2022-09-14)
### Bug Fixes
* make the environment immutable ([690ed98](https://github.com/thewilkybarkid/clock-ts/commit/690ed985237090a3b80178806fee58d290ec2783))
## 0.1.0 (2022-03-22)

@@ -7,0 +14,0 @@

2

dist/index.d.ts

@@ -18,3 +18,3 @@ /**

export interface ClockEnv {
clock: Clock;
readonly clock: Clock;
}

@@ -21,0 +21,0 @@ /**

{
"name": "clock-ts",
"description": "A clock abstraction for use with fp-ts.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -28,3 +28,7 @@ "homepage": "https://github.com/thewilkybarkid/clock-ts",

"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"fast-check": "^2.23.2",
"fp-ts": "^2.11.9",
"fp-ts-contrib": "^0.1.29",
"husky": "^7.0.4",

@@ -31,0 +35,0 @@ "prettier": "^2.6.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