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.1 to 0.1.2

7

CHANGELOG.md

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

### [0.1.2](https://github.com/thewilkybarkid/clock-ts/compare/v0.1.1...v0.1.2) (2022-10-20)
### Features
* remove fp-ts-contrib dependency ([7dc421c](https://github.com/thewilkybarkid/clock-ts/commit/7dc421c683de55091c724f9cc68a2ac88ef647f7))
### [0.1.1](https://github.com/thewilkybarkid/clock-ts/compare/v0.1.0...v0.1.1) (2022-09-14)

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

5

dist/index.d.ts

@@ -1,6 +0,3 @@

/**
* @since 0.1.0
*/
import * as RIO from 'fp-ts-contrib/ReaderIO';
import * as I from 'fp-ts/IO';
import * as RIO from 'fp-ts/ReaderIO';
import IO = I.IO;

@@ -7,0 +4,0 @@ import ReaderIO = RIO.ReaderIO;

3

dist/index.js

@@ -27,2 +27,5 @@ "use strict";

exports.now = exports.FixedClock = exports.SystemClock = void 0;
/**
* @since 0.1.0
*/
const D = __importStar(require("fp-ts/Date"));

@@ -29,0 +32,0 @@ const I = __importStar(require("fp-ts/IO"));

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

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

"peerDependencies": {
"fp-ts": "^2.11.0",
"fp-ts-contrib": "^0.1.0"
"fp-ts": "^2.13.1"
},

@@ -32,4 +31,3 @@ "devDependencies": {

"fast-check": "^2.23.2",
"fp-ts": "^2.11.9",
"fp-ts-contrib": "^0.1.29",
"fp-ts": "^2.13.1",
"husky": "^7.0.4",

@@ -36,0 +34,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