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

basic-utils

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-utils - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

package.json
{
"name": "basic-utils",
"version": "1.5.1",
"version": "1.5.2",
"description": "basic js utils",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -191,3 +191,8 @@ 'use strict';

'e4-ce-8f-5b-a7-fe',
'00:18:31:8A:41:C6'
'00:18:31:8A:41:C6',
'ab:ab:ab:ab:ab:ab',
'FF:FF:FF:FF:FF:FF',
'01:02:03:04:05:ab',
'01:AB:03:04:05:06',
'00:00:00:00:00:00'
],

@@ -203,3 +208,8 @@

undefined,
'e4:ce:8f:5b:a7fe'
'e4:ce:8f:5b:a7fe',
'abc',
'01:02:03:04:05',
'01:02:03:04::ab',
'1:2:3:4:5:6',
'AB:CD:EF:GH:01:02'
],

@@ -206,0 +216,0 @@

@@ -115,2 +115,5 @@ 'use strict';

expect(Utils.isNumber(12.00)).to.be.true();
expect(Utils.isNumber(Infinity)).to.be.true();
expect(Utils.isNumber(NaN)).to.be.false();
Types.nonInt.forEach((type) => {

@@ -117,0 +120,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