Socket
Socket
Sign inDemoInstall

@thi.ng/checks

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 3.5.3 to 3.5.4

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-03-13T14:04:31Z
- **Last updated**: 2024-03-18T08:40:00Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

@@ -1,2 +0,2 @@

const RE = /^(?:[-+]?(?:[0-9]+))?(?:\.[0-9]*)?(?:[eE][\+\-]?(?:[0-9]+))?$/;
const RE = /^(?:[-+]?(?:[0-9]+))?(?:\.[0-9]*)?(?:[eE][+-]?(?:[0-9]+))?$/;
const isFloatString = (x) => x.length > 0 && RE.test(x);

@@ -3,0 +3,0 @@ export {

{
"name": "@thi.ng/checks",
"version": "3.5.3",
"version": "3.5.4",
"description": "Collection of 70+ type, feature & value checks",

@@ -289,3 +289,3 @@ "type": "module",

},
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
"gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
}
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