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.7 to 0.29.8

LICENSE.md

11

package.json
{
"name": "types-ramda",
"version": "0.29.7",
"version": "0.29.8",
"description": "Dedicated types library for ramda",

@@ -38,7 +38,11 @@ "author": "Harris Miller <harrismillerconsulting@gmail.com>",

"es",
"src"
"src",
"ts4"
],
"types": "./es/index.d.ts",
"scripts": {
"build": "node scripts/buildTypes.mjs",
"build": "npm run build:types && npm run build:ts4",
"build:types": "node scripts/buildTypes.mjs",
"build:ts4": "node scripts/buildTs4.mjs",
"clean": "rimraf es ts4",
"lint": "eslint . --max-warnings=0",

@@ -61,2 +65,3 @@ "test": "tsd",

"ramda": "^0.29.1",
"rimraf": "^5.0.5",
"tsd": "^0.29.0",

@@ -63,0 +68,0 @@ "typescript": "^5.2.2",

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