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

hkt-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hkt-toolbelt - npm Package Compare versions

Comparing version 0.17.1 to 0.18.0

digit-list/compare.d.ts

2

digit-list/index.d.ts
export * from "./add";
export * from "./compare";
export * from "./decrement";

@@ -6,2 +7,3 @@ export * from "./digit-list";

export * from "./divide";
export * from "./first";
export * from "./increment";

@@ -8,0 +10,0 @@ export * from "./is-even";

export * from "./add-tens";
export * from "./add";
export * from "./compare";
export * from "./decrement-tens";

@@ -4,0 +5,0 @@ export * from "./decrement";

@@ -28,2 +28,4 @@ export { $, $$ } from "./$";

export * as Parser from "./parser";
import * as Stress from "./stress";
export * as Stress from "./stress";
import * as String from "./string";

@@ -51,2 +53,3 @@ export * as String from "./string";

Parser: typeof Parser;
Stress: typeof Stress;
String: typeof String;

@@ -53,0 +56,0 @@ Test: typeof Test;

2

package.json
{
"name": "hkt-toolbelt",
"version": "0.17.1",
"version": "0.18.0",
"description": "Functional and composable type utilities",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

export * from "./choice";
export * from "./letter";
export * from "./letters";
export * from "./many1";
export * from "./map";
export * from "./object-sequence";
export * from "./optional";
export * from "./parser";

@@ -11,1 +13,2 @@ export * from "./run";

export * from "./string";
export * from "./take-sequence";
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