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.16.1 to 0.17.0

conditional/not-equals.d.ts

1

conditional/index.d.ts
export * from "./equals";
export * from "./extends";
export * from "./if";
export * from "./not-equals";

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

export * as Object from "./object";
import * as Parser from "./parser";
export * as Parser from "./parser";
import * as String from "./string";

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

Object: typeof Object;
Parser: typeof Parser;
String: typeof String;

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

@@ -17,4 +17,5 @@ export * from "./every";

export * from "./shift";
export * from "./slice";
export * from "./some";
export * from "./times";
export * from "./unshift";

2

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

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

export * from "./append";
export * from "./ends-with";
export * from "./first";
export * from "./from-list";
export * from "./includes";

@@ -14,2 +15,3 @@ export * from "./init";

export * from "./reverse";
export * from "./slice";
export * from "./split";

@@ -16,0 +18,0 @@ export * from "./starts-with";

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