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

@hoth/utils

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoth/utils - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

dist/index.js

@@ -9,3 +9,3 @@ "use strict";

const tslib_1 = require("tslib");
const resolve_from_1 = tslib_1.__importDefault(require("resolve-from"));
const resolve_from_1 = (0, tslib_1.__importDefault)(require("resolve-from"));
const url_1 = require("url");

@@ -42,3 +42,3 @@ function exit(message) {

}
return Promise.resolve().then(() => tslib_1.__importStar(require(url_1.pathToFileURL(module).toString()))).then(m => m.default);
return Promise.resolve().then(() => (0, tslib_1.__importStar)(require((0, url_1.pathToFileURL)(module).toString()))).then(m => m.default);
}

@@ -45,0 +45,0 @@ exports.loadModule = loadModule;

{
"name": "@hoth/utils",
"version": "1.1.4",
"version": "1.1.5",
"description": "utils plugin for hoth framework",

@@ -5,0 +5,0 @@ "main": "dist/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