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

types-ramda

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

types-ramda - npm Package Compare versions

Comparing version 0.29.5 to 0.29.6

7

es/tools.d.ts

@@ -511,8 +511,1 @@ import { A, M } from 'ts-toolbelt';

export type ElementOf<Type extends readonly any[]> = Type extends readonly (infer Values)[] ? Values : never;
/**
* Convenance type function to extract keys of an object as a tuple literal
*
* <created by @harris-miller>
*/
export type KeysAsTuple<T> = [keyof T, ...(keyof T)[]];

4

package.json
{
"name": "types-ramda",
"version": "0.29.5",
"version": "0.29.6",
"description": "Dedicated types library for ramda",

@@ -59,3 +59,3 @@ "author": "Harris Miller <harrismillerconsulting@gmail.com>",

"eslint-plugin-import": "^2.28.1",
"ramda": "^0.29.0",
"ramda": "^0.29.1",
"tsd": "^0.29.0",

@@ -62,0 +62,0 @@ "typescript": "^5.2.2",

# `types-ramda`
**Requires at least `typescript@5`**
## Official types library for ramda

@@ -4,0 +6,0 @@

Sorry, the diff of this file is too big to display

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