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

@blake.regalia/belt

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blake.regalia/belt - npm Package Compare versions

Comparing version 0.21.0 to 0.21.1

2

dist/cjs/belt.d.ts

@@ -50,3 +50,3 @@ import type { Dict, JsonObject } from './types';

*/
export declare const fold: <w_out, w_value>(a_in: w_value[], f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>;
export declare const fold: <w_out, w_value>(a_in: Iterable<w_value>, f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>;
/**

@@ -53,0 +53,0 @@ * Creates a new array by inserting an item in between every existing item

@@ -50,3 +50,3 @@ import type { Dict, JsonObject } from './types';

*/
export declare const fold: <w_out, w_value>(a_in: w_value[], f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>;
export declare const fold: <w_out, w_value>(a_in: Iterable<w_value>, f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>;
/**

@@ -53,0 +53,0 @@ * Creates a new array by inserting an item in between every existing item

{
"name": "@blake.regalia/belt",
"version": "0.21.0",
"version": "0.21.1",
"repository": "github:blake-regalia/belt",

@@ -5,0 +5,0 @@ "license": "ISC",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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