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.4 to 0.1.5

3

index.d.ts

@@ -10,2 +10,3 @@ import count from "./count";

import keysOf from "./keysOf";
import pick from "./pick";
import sleep from "./sleep";

@@ -15,2 +16,2 @@ import spilt from "./spilt";

import until from "./until";
export { count, ensureType, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, sleep, spilt, timestamp, until };
export { count, ensureType, isBetween, isEmpty, isOwnKey, isOwnMethod, isSubClassOf, isVoid, keysOf, pick, sleep, spilt, timestamp, until };

@@ -21,2 +21,4 @@ "use strict";

exports.keysOf = keysOf_1.default;
const pick_1 = require("./pick");
exports.pick = pick_1.default;
const sleep_1 = require("./sleep");

@@ -23,0 +25,0 @@ exports.sleep = sleep_1.default;

{
"name": "@hyurl/utils",
"version": "0.1.4",
"version": "0.1.5",
"description": "Utility functions of HyURL collection.",

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

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