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.8 to 0.28.9

4

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

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

},
"typesPublisherContentHash": "13f0b0f329f080b4131db036a073f061c0ccbae48f7279a2ca06b35bd1c8080f",
"typesPublisherContentHash": "f10d9bf8f52417d233695fe9d1899be33ee7f09517350d7e3a7f8c37477b052a",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Sat, 09 Apr 2022 23:31:18 GMT
* Last updated: Wed, 13 Apr 2022 04:01:19 GMT
* Dependencies: [@types/ts-toolbelt](https://npmjs.com/package/@types/ts-toolbelt)

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

@@ -153,2 +153,11 @@ import { A, M, O, T } from 'ts-toolbelt';

/**
* All falsy JavaScript values representable by the type system.
*
* @note Actually there are six (seven) falsy values in JS - the sixth being `NaN`;
* the seventh being `document.all`. However `NaN` is not a valid literal type,
* and `document.all` is an object so it's probably not a good idea to add it either.
*/
export type Falsy = undefined | null | 0 | "" | false;
/**
* <needs description>

@@ -155,0 +164,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