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

@hint/utils

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hint/utils - npm Package Compare versions

Comparing version 7.0.16 to 7.0.17

CHANGELOG.md

2

dist/src/packages/load-resource.js

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

if (process.env.webpack) {
pkgPath = eval(`require.resolve("${modulePath}")`);
pkgPath = __non_webpack_require__.resolve(modulePath);
}

@@ -83,0 +83,0 @@ else {

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

if (process.env.webpack) {
pkg = eval(`require("${modulePath}")`);
pkg = __non_webpack_require__(modulePath);
}

@@ -10,0 +10,0 @@ else {

@@ -13,3 +13,3 @@ {

"@hint/utils-debug": "^1.0.10",
"@hint/utils-fs": "^1.0.13",
"@hint/utils-fs": "^1.0.14",
"@hint/utils-string": "^1.0.12",

@@ -30,3 +30,3 @@ "chalk": "^4.1.2",

"devDependencies": {
"@hint/utils-dom": "^2.1.12",
"@hint/utils-dom": "^2.1.13",
"@hint/utils-types": "^1.1.7",

@@ -93,3 +93,3 @@ "@types/configstore": "^5.0.1",

},
"version": "7.0.16"
"version": "7.0.17"
}

Sorry, the diff of this file is not supported yet

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