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.27.54 to 0.27.55

4

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

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

},
"typesPublisherContentHash": "733455d2c425c66a2bf7edbaac5cef0379e853fa0fb7a10f7bc2b7dd7689e652",
"typesPublisherContentHash": "f2fb630d2b67b0a124802f209bedb3c40bdeff8b4b2aedc4876a0152e87bd519",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Sun, 28 Nov 2021 08:31:04 GMT
* Last updated: Mon, 29 Nov 2021 14:31:06 GMT
* Dependencies: [@types/ts-toolbelt](https://npmjs.com/package/@types/ts-toolbelt)

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

@@ -286,74 +286,2 @@ import { A, O, T } from "ts-toolbelt";

/**
* <needs description>
* @param V0
* @param R
*/
export type PipeWithFns<V0, R> = [
(x0: V0) => R
] | [
(x0: V0) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => R
] | [
(x0: V0) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => any,
(x: any) => R
];
// ---------------------------------------------------------------------------------------

@@ -360,0 +288,0 @@ // R

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