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

@amoo-miki/numeral

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

@amoo-miki/numeral - npm Package Compare versions

Comparing version 2.5.1-rc.1 to 2.6.0-rc.1

3

Gruntfile.js

@@ -48,3 +48,2 @@ const fs = require('fs');

grunt.registerTask('build-languages', function () {
console.log('1');
const langs = fs.readdirSync(path.resolve(__dirname, 'languages'))

@@ -80,3 +79,2 @@ .map(filename => {

.join(',\n');
console.log('2');

@@ -90,3 +88,2 @@ fs.writeFileSync(

);
console.log('3');
});

@@ -93,0 +90,0 @@

2

numeral.js

@@ -468,3 +468,3 @@ /*!

if (d.indexOf('.') != -1 && d.split('.')[1].length) {
if (d.indexOf('.') !== -1 && d.split('.')[1].length) {
d = languages[currentLanguage].delimiters.decimal + d.split('.')[1];

@@ -471,0 +471,0 @@ } else {

{
"name": "@amoo-miki/numeral",
"version": "2.5.1-rc.1",
"description": "Fork of numeraljs for use in Kibana",
"version": "2.6.0-rc.1",
"description": "Fork of numeraljs for use in OpenSearch Dashboards",
"authors": [
"Adam Draper <adamwdraper@gmail.com> (http://github.com/adamwdraper)",
"Spencer Alger <spalger@users.noreply.github.com>",
"Chris Earle <pickypg+npm@elastic.co>"
"Chris Earle <pickypg+npm@elastic.co>",
"AMoo-Miki"
],

@@ -15,11 +16,8 @@ "scripts": {

"main": "./numeral.js",
"engines": {
"node": ">= 16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elastic/numeral-js.git"
"url": "git+https://github.com/AMoo-Miki/numeral-js.git"
},
"bugs": {
"url": "https://github.com/elastic/numeral-js/issues"
"url": "https://github.com/AMoo-Miki/numeral-js/issues"
},

@@ -26,0 +24,0 @@ "license": "MIT",

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