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

numfmt

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

numfmt - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

lib/tokenize.js

@@ -31,3 +31,3 @@ import {

[ TOKEN_ERROR, /^B$/, 0 ], // pattern must not end in a "B"
[ TOKEN_DATETIME, /^(?:([hHmMsSyYbBdDegG])\1*)/, 0 ],
[ TOKEN_DATETIME, /^(?:[hH]+|[mM]+|[sS]+|[yY]+|[bB]+|[dD]+|[gG]+|e+)/, 0 ],
[ TOKEN_DURATION, /^(?:\[(h+|m+|s+)\])/i, 1 ],

@@ -34,0 +34,0 @@ [ TOKEN_CONDITION, /^\[(<[=>]?|>=?|=)\s*(-?[.\d]+)\]/, [ 1, 2 ] ],

@@ -5,3 +5,3 @@ {

"author": "Borgar Þorsteinsson <borgar@borgar.net>",
"version": "3.1.1",
"version": "3.1.2",
"scripts": {

@@ -8,0 +8,0 @@ "build": "NODE_ENV=production rollup -c",

Sorry, the diff of this file is too big to display

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