Socket
Socket
Sign inDemoInstall

@types/ramda

Package Overview
Dependencies
Maintainers
1
Versions
240
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.28.12 to 0.28.13

4

ramda/package.json
{
"name": "@types/ramda",
"version": "0.28.12",
"version": "0.28.13",
"description": "TypeScript definitions for ramda",

@@ -175,4 +175,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ramda",

},
"typesPublisherContentHash": "0678b45adeaabba01fbcd0efa054601bcac59b7fff7ba64943cdd5eb01315404",
"typesPublisherContentHash": "9819e99d78198ed43a9f25e13c0b215de76aeb7bfca94fa0174c7ee0522ecfee",
"typeScriptVersion": "4.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 02 May 2022 21:01:41 GMT
* Last updated: Fri, 20 May 2022 23:31:42 GMT
* Dependencies: [@types/ts-toolbelt](https://npmjs.com/package/@types/ts-toolbelt)

@@ -14,0 +14,0 @@ * Global values: `R`

@@ -165,3 +165,3 @@ import { A, M, O, T } from 'ts-toolbelt';

*/
export type Falsy = undefined | null | 0 | "" | false;
export type Falsy = undefined | null | 0 | '' | false;

@@ -290,3 +290,3 @@ /**

readonly [Index in keyof T1]: Index extends keyof T2 ? Intersection<T1[Index], T2[Index]> : T1[Index];
}
},
];

@@ -325,3 +325,3 @@

(...args: infer Args) => any,
...infer Rest
...infer Rest,
]

@@ -328,0 +328,0 @@ ? MergeArrays<LargestArgumentsList<Rest>, Args>

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