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 0.0.24 to 0.0.25

12

numeral/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for Numeral.js

// Behind The Math <https://github.com/BehindTheMath>
// Kenneth Luján <https://github.com/klujanrosas>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -55,3 +56,3 @@

options: NumeralJSOptions;
/**

@@ -64,2 +65,11 @@ * This function sets the current locale. If no arguments are passed in,

/**
* This function provides access to the loaded locale data. If
* no arguments are passed in, it will simply return the current
* global locale object.
*
* @param key Locale key, e.g 'es' for a spanish locale definition
*/
localeData(key?: string): NumeralJSLocale;
/**
* Registers a language definition or a custom format definition.

@@ -66,0 +76,0 @@ *

9

numeral/package.json
{
"name": "@types/numeral",
"version": "0.0.24",
"version": "0.0.25",
"description": "TypeScript definitions for Numeral.js",

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "BehindTheMath"
},
{
"name": "Kenneth Luján",
"url": "https://github.com/klujanrosas",
"githubUsername": "klujanrosas"
}

@@ -26,4 +31,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "7e435a0670ff89b97aa13a29335cd151e844daeb0704d57b018780695ac2f906",
"typesPublisherContentHash": "df479a0b17a82ef2d6c9f355b75a32572f4e2ed63913b4295e126bda2df5e1b1",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT
* Last updated: Mon, 23 Jul 2018 23:44:12 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: numeral

# Credits
These definitions were written by Vincent Bortone <https://github.com/vbortone>, Behind The Math <https://github.com/BehindTheMath>.
These definitions were written by Vincent Bortone <https://github.com/vbortone>, Behind The Math <https://github.com/BehindTheMath>, Kenneth Luján <https://github.com/klujanrosas>.
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