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

@hyurl/utils

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyurl/utils - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

2

package.json
{
"name": "@hyurl/utils",
"version": "0.1.12",
"version": "0.1.13",
"description": "Utility functions of HyURL collection.",

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

@@ -49,3 +49,4 @@ "use strict";

if (typeof ((_a = process) === null || _a === void 0 ? void 0 : _a.versions) === "object") {
return parseFloat(process.versions.v8 || "0") >= 7.0;
return arr.length <= 10
|| parseFloat(process.versions.v8 || "0") >= 7.0;
}

@@ -52,0 +53,0 @@ else if (typeof ((_b = navigator) === null || _b === void 0 ? void 0 : _b.userAgent) === "string") {

Sorry, the diff of this file is not supported yet

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