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.3.0 to 0.29.0

6

es/tools.d.ts

@@ -343,7 +343,5 @@ import { A, M } from 'ts-toolbelt';

/**
* <needs description>
* Composition of `Partial` and `Record` types
*/
export type PartialRecord<K extends keyof any, T> = {
[P in K]?: T;
};
export type PartialRecord<K extends keyof any, T> = Partial<Record<K, T>>;

@@ -350,0 +348,0 @@ /**

{
"name": "types-ramda",
"version": "0.3.0",
"version": "0.29.0",
"description": "Dedicated types library for ramda",

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

"eslint-plugin-import": "^2.27.5",
"ramda": "^0.28.0",
"ramda": "^0.29.0",
"tsd": "^0.28.1",

@@ -60,0 +60,0 @@ "typescript": "^5.0.2"

@@ -16,2 +16,11 @@ # `types-ramda`

## Usage
**`types-ramda` is not intended to be used directly!**
`@types/ramda` should continued to be used. `@types/ramda` re-exports what is defined here. The type definitions were moved into those repo for 2 reasons
* in-house control of all definitions
* set up work such that this repo can eventually be moved into the core `ramda` repo
### Note about semver

@@ -18,0 +27,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