Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/papaparse

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/papaparse - npm Package Compare versions

Comparing version 5.3.13 to 5.3.14

4

papaparse/index.d.ts

@@ -431,3 +431,5 @@ /// <reference types="node" />

/** Row index of parsed data where error is */
row: number;
row?: number | undefined;
/** Index within the row where error is */
index?: number | undefined;
}

@@ -434,0 +436,0 @@

{
"name": "@types/papaparse",
"version": "5.3.13",
"version": "5.3.14",
"description": "TypeScript definitions for papaparse",

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

},
"typesPublisherContentHash": "5f53e13a78ed4b3a6c93f283e9ff5b47662654f0a9d20f3bb3cadd8362fcc1ee",
"typesPublisherContentHash": "4974ed6a4d2e0269d79338703d3839973e4da4179ffdcdd2e66bcfce792d504f",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Last updated: Mon, 27 Nov 2023 06:08:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

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