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.9 to 0.29.10

2

es/tools.d.ts

@@ -510,2 +510,2 @@ import { A, M } from 'ts-toolbelt';

*/
export type ElementOf<Type extends readonly any[]> = Type extends readonly (infer Values)[] ? Values : never;
export type ElementOf<Type extends readonly any[]> = Type[number];
{
"name": "types-ramda",
"version": "0.29.9",
"version": "0.29.10",
"description": "Dedicated types library for ramda",

@@ -42,2 +42,9 @@ "author": "Harris Miller <harrismillerconsulting@gmail.com>",

"types": "./es/index.d.ts",
"typesVersions": {
"<5": {
"*": [
"ts4/*"
]
}
},
"scripts": {

@@ -44,0 +51,0 @@ "build": "npm run build:types && npm run build:ts4",

@@ -510,2 +510,2 @@ import { A, M } from 'ts-toolbelt';

*/
export type ElementOf<Type extends readonly any[]> = Type extends readonly (infer Values)[] ? Values : never;
export type ElementOf<Type extends readonly any[]> = Type[number];

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

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