New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/parse-decimal-number

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/parse-decimal-number - npm Package Compare versions

Comparing version

to
1.0.1

5

parse-decimal-number/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for parse-decimal-number 1.0
// Project: https://github.com/AndreasPizsa/parse-decimal-number
// Definitions by: Ciarán Ingle <https://github.com/ciaran1344>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace parseDecimalNumber {

@@ -7,0 +2,0 @@ type ArrayOptions = [thousands: string, decimal: string];

10

parse-decimal-number/package.json
{
"name": "@types/parse-decimal-number",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for parse-decimal-number",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-decimal-number",

"name": "Ciarán Ingle",
"url": "https://github.com/ciaran1344",
"githubUsername": "ciaran1344"
"githubUsername": "ciaran1344",
"url": "https://github.com/ciaran1344"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "ccca0de006a7984f272103c0a987fbb97448030885ea52ea38a410de165d2a11",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "6a79e9f37295e98e5a7bfca2de06c7b18505376aca601b43cfe5d4e585cce1a9",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for parse-decimal-number 1.0
// Project: https://github.com/AndreasPizsa/parse-decimal-number
// Definitions by: Ciarán Ingle <https://github.com/ciaran1344>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace parseDecimalNumber {

@@ -72,7 +67,6 @@ type ArrayOptions = [thousands: string, decimal: string];

### Additional Details
* Last updated: Thu, 05 Jan 2023 00:02:54 GMT
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Ciarán Ingle](https://github.com/ciaran1344).