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.1 to 0.1.2

3

index.d.ts

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

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

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

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

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

exports.isVoid = isVoid_1.default;
const keysOf_1 = require("./keysOf");
exports.keysOf = keysOf_1.default;
const sleep_1 = require("./sleep");

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

{
"name": "@hyurl/utils",
"version": "0.1.1",
"version": "0.1.2",
"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