Socket
Socket
Sign inDemoInstall

@types/long

Package Overview
Dependencies
0
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

2

long/index.d.ts

@@ -102,3 +102,3 @@ // Type definitions for long.js 4.0.0

*/
fromValue( val: Long | number | string | {low: number, high: number, unsigned: boolean} ): Long;
fromValue( val: Long | number | string | {low: number, high: number, unsigned: boolean}, unsigned?: boolean ): Long;
}

@@ -105,0 +105,0 @@ interface Long

{
"name": "@types/long",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for long.js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/long",
"license": "MIT",

@@ -22,4 +23,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "5a2ae1424989c49d7303e1f5cc510288bfab1e71e0e2143cdcb9d24ff1c3dc8e",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "ce51a9fcaeb3f15cee5396e1c4f4b5ca2986a066f9bbe885a51dcdc6dbb22fd5",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Wed, 22 Jan 2020 19:19:46 GMT
* Last updated: Tue, 26 Apr 2022 19:31:52 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `Long`

# Credits
These definitions were written by Peter Kooijmans (https://github.com/peterkooijmans).
These definitions were written by [Peter Kooijmans](https://github.com/peterkooijmans).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc