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

@types/numeral

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/numeral - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

numeral/index.d.ts

@@ -73,3 +73,3 @@ // Type definitions for Numeral.js 2.0

format(inputString?: string, roundingFunction?: RoundingFunction): string;
value(): number;
value(): number | null;
input(): any;

@@ -76,0 +76,0 @@ set(value: any): Numeral;

{
"name": "@types/numeral",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for Numeral.js",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "2cf5c475c4b95aa50fbff3de33f2315893656c233b90607903e603259b4dd5ca",
"typesPublisherContentHash": "372af92adbd8e2862e0817e488f52b4ab7bcefd51777ffa5635f7a96cad71e8e",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Tue, 26 Jan 2021 20:42:16 GMT
* Last updated: Thu, 04 Mar 2021 00:08:24 GMT
* Dependencies: none

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

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