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

ax5core

Package Overview
Dependencies
Maintainers
1
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ax5core - npm Package Compare versions

Comparing version 1.4.56 to 1.4.57

2

bower.json
{
"name": "ax5core",
"version": "1.4.56",
"version": "1.4.57",
"authors": [

@@ -5,0 +5,0 @@ "ThomasJ <tom@axisj.com>"

{
"name": "ax5core",
"version": "1.4.56",
"version": "1.4.57",
"description": "ax5core is a collection of utility functions that have been designed for use in ax5ui",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -49,2 +49,14 @@ describe('ax5.util.number TEST', function() {

args: [
-123456789.678,
{
abs: true,
ceil: true,
money: true
}
],
expect: '123,456,790',
explanation: -123456789.678 + ',{ abs: true, ceil: true, money: true }'
},
{
args: [
'A-1234~~56789.8~888PX',

@@ -51,0 +63,0 @@ {

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