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.7 to 0.1.8

typeOf.d.ts

3

index.d.ts

@@ -17,3 +17,4 @@ export * from "./types";

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

@@ -33,4 +33,6 @@ "use strict";

exports.timestamp = timestamp_1.default;
const typeOf_1 = require("./typeOf");
exports.typeOf = typeOf_1.default;
const until_1 = require("./until");
exports.until = until_1.default;
//# sourceMappingURL=index.js.map
{
"name": "@hyurl/utils",
"version": "0.1.7",
"version": "0.1.8",
"description": "Utility functions of HyURL collection.",

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

@@ -23,2 +23,3 @@ # HyURL Utilities

- `timestamp`[.ts](./src/timestamp.ts)
- `typeOf`[.ts](./src/typeOf.ts)
- `until`[.ts](./src/until.ts)

@@ -25,0 +26,0 @@

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